Html Css Color HEX #A96A65 Coral Tree

📋 copy color: '#A96A65'

red 169 ◦ green 106 ◦ blue 101

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

Shades of Coral Tree #A96A65

Tints of Coral Tree #A96A65

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 101 (39.84% from 255) = 26.86%

R = 44.95%
G = 28.19%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A96A65 (or 0xA96A65) is known color: Coral Tree. HEX triplet: A9, 6A and 65. RGB value is (169,106,101). Sum of RGB (Red+Green+Blue) = 169+106+101=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A65 is #56959A. Grayscale: #7C7C7C. Windows color (decimal): -5674395 or 6646441. OLE color: 6646441.

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

Color convert

RGB 169 106 101 -
CMYK 0 0.37 0.40 0.34
HSL 4.41º 0.28% 0.53% -
HSV(B) 4.41º 0.4% 0.66% -
XYZ 23.87 19.68 14.85 -
YUV 124.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 169 106 101 0 0.37 0.40 0.34 4.41 0.28 0.53
Hex A9 6A 65 0 25 28 22 4 1C 35
Octal 251 152 145 0 45 50 42 4 34 65
Binary 10101001 1101010 1100101 0 100101 101000 100010 100 11100 110101

Color Harmonies of #A96A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96A65

Black with #A96A65

Text Example


Text Example

White with #A96A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96A65; }

 p { color: rgb(169,106,101); }

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

background-color css

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

 a { background-color: rgb(169,106,101); }

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

border-color css

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

 span { border-color: rgb(169,106,101); }

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