Html Css Color HEX #A96E5F Coral Tree

📋 copy color: '#A96E5F'

red 169 ◦ green 110 ◦ blue 95

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

Shades of Coral Tree #A96E5F

Tints of Coral Tree #A96E5F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.41%

 BLUE value IS 95 (37.5% from 255) = 25.4%

R = 45.19%
G = 29.41%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A96E5F (or 0xA96E5F) is known color: Coral Tree. HEX triplet: A9, 6E and 5F. RGB value is (169,110,95). Sum of RGB (Red+Green+Blue) = 169+110+95=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E5F is #5691A0. Grayscale: #7E7E7E. Windows color (decimal): -5673377 or 6254249. OLE color: 6254249.

HSL color Cylindrical-coordinate representation of color #A96E5F: hue angle of 12.16º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A96E5F is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 110 95 -
CMYK 0 0.35 0.44 0.34
HSL 12.16º 0.3% 0.52% -
HSV(B) 12.16º 0.44% 0.66% -
XYZ 24 20.41 13.5 -
YUV 125.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 169 110 95 0 0.35 0.44 0.34 12.16 0.3 0.52
Hex A9 6E 5F 0 23 2C 22 C 1E 34
Octal 251 156 137 0 43 54 42 14 36 64
Binary 10101001 1101110 1011111 0 100011 101100 100010 1100 11110 110100

Color Harmonies of #A96E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96E5F

Black with #A96E5F

Text Example


Text Example

White with #A96E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96E5F; }

 p { color: rgb(169,110,95); }

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

background-color css

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

 a { background-color: rgb(169,110,95); }

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

border-color css

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

 span { border-color: rgb(169,110,95); }

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