Html Css Color HEX #A96C64 Coral Tree

📋 copy color: '#A96C64'

red 169 ◦ green 108 ◦ blue 100

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

Shades of Coral Tree #A96C64

Tints of Coral Tree #A96C64

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.65%

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 44.83%
G = 28.65%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A96C64 (or 0xA96C64) is known color: Coral Tree. HEX triplet: A9, 6C and 64. RGB value is (169,108,100). Sum of RGB (Red+Green+Blue) = 169+108+100=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96C64 is #56939B. Grayscale: #7D7D7D. Windows color (decimal): -5673884 or 6581417. OLE color: 6581417.

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

Color convert

RGB 169 108 100 -
CMYK 0 0.36 0.41 0.34
HSL 6.96º 0.29% 0.53% -
HSV(B) 6.96º 0.41% 0.66% -
XYZ 24.03 20.08 14.67 -
YUV 125.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 169 108 100 0 0.36 0.41 0.34 6.96 0.29 0.53
Hex A9 6C 64 0 24 29 22 7 1D 35
Octal 251 154 144 0 44 51 42 7 35 65
Binary 10101001 1101100 1100100 0 100100 101001 100010 111 11101 110101

Color Harmonies of #A96C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96C64

Black with #A96C64

Text Example


Text Example

White with #A96C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96C64; }

 p { color: rgb(169,108,100); }

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

background-color css

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

 a { background-color: rgb(169,108,100); }

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

border-color css

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

 span { border-color: rgb(169,108,100); }

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