Html Css Color HEX #AF7679 Turkish Rose

📋 copy color: '#AF7679'

red 175 ◦ green 118 ◦ blue 121

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

Shades of Turkish Rose #AF7679

Tints of Turkish Rose #AF7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.5%

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

R = 42.27%
G = 28.5%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF7679 (or 0xAF7679) is known color: Turkish Rose. HEX triplet: AF, 76 and 79. RGB value is (175,118,121). Sum of RGB (Red+Green+Blue) = 175+118+121=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7679 is #508986. Grayscale: #878787. Windows color (decimal): -5278087 or 7960239. OLE color: 7960239.

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

Color convert

RGB 175 118 121 -
CMYK 0 0.33 0.31 0.31
HSL 356.84º 0.26% 0.57% -
HSV(B) 356.84º 0.33% 0.69% -
XYZ 27.61 23.45 21.16 -
YUV 135.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 175 118 121 0 0.33 0.31 0.31 356.84 0.26 0.57
Hex AF 76 79 0 21 1F 1F 165 1A 39
Octal 257 166 171 0 41 37 37 545 32 71
Binary 10101111 1110110 1111001 0 100001 11111 11111 101100101 11010 111001

Color Harmonies of #AF7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7679

Black with #AF7679

Text Example


Text Example

White with #AF7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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