Html Css Color HEX #A96F66 Coral Tree

📋 copy color: '#A96F66'

red 169 ◦ green 111 ◦ blue 102

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

Shades of Coral Tree #A96F66

Tints of Coral Tree #A96F66

RGB

 RED value IS 169 (66.41% from 255) = 44.24%

 GREEN value IS 111 (43.75% from 255) = 29.06%

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

R = 44.24%
G = 29.06%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A96F66 (or 0xA96F66) is known color: Coral Tree. HEX triplet: A9, 6F and 66. RGB value is (169,111,102). Sum of RGB (Red+Green+Blue) = 169+111+102=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96F66 is #569099. Grayscale: #7F7F7F. Windows color (decimal): -5673114 or 6713257. OLE color: 6713257.

HSL color Cylindrical-coordinate representation of color #A96F66: hue angle of 8.06º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96F66 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 111 102 -
CMYK 0 0.34 0.40 0.34
HSL 8.06º 0.28% 0.53% -
HSV(B) 8.06º 0.4% 0.66% -
XYZ 24.44 20.76 15.29 -
YUV 127.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 169 111 102 0 0.34 0.40 0.34 8.06 0.28 0.53
Hex A9 6F 66 0 22 28 22 8 1C 35
Octal 251 157 146 0 42 50 42 10 34 65
Binary 10101001 1101111 1100110 0 100010 101000 100010 1000 11100 110101

Color Harmonies of #A96F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96F66

Black with #A96F66

Text Example


Text Example

White with #A96F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96F66; }

 p { color: rgb(169,111,102); }

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

background-color css

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

 a { background-color: rgb(169,111,102); }

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

border-color css

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

 span { border-color: rgb(169,111,102); }

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