Html Css Color HEX #AF7666 Coral Tree

📋 copy color: '#AF7666'

red 175 ◦ green 118 ◦ blue 102

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

Shades of Coral Tree #AF7666

Tints of Coral Tree #AF7666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.82%

R = 44.3%
G = 29.87%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF7666 (or 0xAF7666) is known color: Coral Tree. HEX triplet: AF, 76 and 66. RGB value is (175,118,102). Sum of RGB (Red+Green+Blue) = 175+118+102=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7666 is #508999. Grayscale: #858585. Windows color (decimal): -5278106 or 6715055. OLE color: 6715055.

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

Color convert

RGB 175 118 102 -
CMYK 0 0.33 0.42 0.31
HSL 13.15º 0.31% 0.54% -
HSV(B) 13.15º 0.42% 0.69% -
XYZ 26.56 23.03 15.62 -
YUV 133.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 175 118 102 0 0.33 0.42 0.31 13.15 0.31 0.54
Hex AF 76 66 0 21 2A 1F D 1F 36
Octal 257 166 146 0 41 52 37 15 37 66
Binary 10101111 1110110 1100110 0 100001 101010 11111 1101 11111 110110

Color Harmonies of #AF7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7666

Black with #AF7666

Text Example


Text Example

White with #AF7666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7666; }

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

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

background-color css

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

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

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

border-color css

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

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

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