Html Css Color HEX #A96866 Coral Tree

📋 copy color: '#A96866'

red 169 ◦ green 104 ◦ blue 102

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

Shades of Coral Tree #A96866

Tints of Coral Tree #A96866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

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

R = 45.07%
G = 27.73%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A96866 (or 0xA96866) is known color: Coral Tree. HEX triplet: A9, 68 and 66. RGB value is (169,104,102). Sum of RGB (Red+Green+Blue) = 169+104+102=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A96866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96866 is #569799. Grayscale: #7B7B7B. Windows color (decimal): -5674906 or 6711465. OLE color: 6711465.

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

Color convert

RGB 169 104 102 -
CMYK 0 0.38 0.40 0.34
HSL 1.79º 0.28% 0.53% -
HSV(B) 1.79º 0.4% 0.66% -
XYZ 23.71 19.29 15.04 -
YUV 123.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 169 104 102 0 0.38 0.40 0.34 1.79 0.28 0.53
Hex A9 68 66 0 26 28 22 2 1C 35
Octal 251 150 146 0 46 50 42 2 34 65
Binary 10101001 1101000 1100110 0 100110 101000 100010 10 11100 110101

Color Harmonies of #A96866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96866

Black with #A96866

Text Example


Text Example

White with #A96866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96866; }

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

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

background-color css

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

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

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

border-color css

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

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

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