Html Css Color HEX #AF7279 Turkish Rose

📋 copy color: '#AF7279'

red 175 ◦ green 114 ◦ blue 121

#AF7279
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AF7279

Tints of Turkish Rose #AF7279

RGB

 RED value IS 175 (68.75% from 255) = 42.68%

 GREEN value IS 114 (44.92% from 255) = 27.8%

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 42.68%
G = 27.8%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF7279 (or 0xAF7279) is known color: Turkish Rose. HEX triplet: AF, 72 and 79. RGB value is (175,114,121). Sum of RGB (Red+Green+Blue) = 175+114+121=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7279 is #508D86. Grayscale: #858585. Windows color (decimal): -5279111 or 7959215. OLE color: 7959215.

HSL color Cylindrical-coordinate representation of color #AF7279: hue angle of 353.11º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7279 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 121 -
CMYK 0 0.35 0.31 0.31
HSL 353.11º 0.28% 0.57% -
HSV(B) 353.11º 0.35% 0.69% -
XYZ 27.15 22.53 21.01 -
YUV 133.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 175 114 121 0 0.35 0.31 0.31 353.11 0.28 0.57
Hex AF 72 79 0 23 1F 1F 161 1C 39
Octal 257 162 171 0 43 37 37 541 34 71
Binary 10101111 1110010 1111001 0 100011 11111 11111 101100001 11100 111001

Color Harmonies of #AF7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7279

Black with #AF7279

Text Example


Text Example

White with #AF7279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7279; }

 p { color: rgb(175,114,121); }

 H1.HeaderClassName
 {
   color: #AF7279;
 }
 .AnyTagClassName
 {
   color: #AF7279;
 }
</style>

background-color css

<style>
 a { background-color: #AF7279; }

 a { background-color: rgb(175,114,121); }

 div.DivClassName
 {
   background-color: #AF7279;
 }
 .BgClassName
 {
   background-color: #AF7279;
 }
</style>

border-color css

<style>
 span { border-color: #AF7279; }

 span { border-color: rgb(175,114,121); }

 td.TdClassName
 {
   border-color: #AF7279;
 }
 .TagClassName
 {
   border-color: #AF7279;
 }
</style>