Html Css Color HEX #A96C63 Coral Tree

📋 copy color: '#A96C63'

red 169 ◦ green 108 ◦ blue 99

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

Shades of Coral Tree #A96C63

Tints of Coral Tree #A96C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.33%

R = 44.95%
G = 28.72%
B = 26.33%

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

#A96C63 (or 0xA96C63) is known color: Coral Tree. HEX triplet: A9, 6C and 63. RGB value is (169,108,99). Sum of RGB (Red+Green+Blue) = 169+108+99=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96C63 is #56939C. Grayscale: #7D7D7D. Windows color (decimal): -5673885 or 6515881. OLE color: 6515881.

HSL color Cylindrical-coordinate representation of color #A96C63: hue angle of 7.71º 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 #A96C63 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 108 99 -
CMYK 0 0.36 0.41 0.34
HSL 7.71º 0.29% 0.53% -
HSV(B) 7.71º 0.41% 0.66% -
XYZ 23.98 20.06 14.41 -
YUV 125.21 113.21 159.23 -
System Red Green Blue C M Y K H S L
Decimal 169 108 99 0 0.36 0.41 0.34 7.71 0.29 0.53
Hex A9 6C 63 0 24 29 22 8 1D 35
Octal 251 154 143 0 44 51 42 10 35 65
Binary 10101001 1101100 1100011 0 100100 101001 100010 1000 11101 110101

Color Harmonies of #A96C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96C63

Black with #A96C63

Text Example


Text Example

White with #A96C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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