Html Css Color HEX #A96D5F Coral Tree

📋 copy color: '#A96D5F'

red 169 ◦ green 109 ◦ blue 95

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

Shades of Coral Tree #A96D5F

Tints of Coral Tree #A96D5F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.22%

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

R = 45.31%
G = 29.22%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A96D5F (or 0xA96D5F) is known color: Coral Tree. HEX triplet: A9, 6D and 5F. RGB value is (169,109,95). Sum of RGB (Red+Green+Blue) = 169+109+95=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96D5F is #5692A0. Grayscale: #7D7D7D. Windows color (decimal): -5673633 or 6253993. OLE color: 6253993.

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

Color convert

RGB 169 109 95 -
CMYK 0 0.36 0.44 0.34
HSL 11.35º 0.3% 0.52% -
HSV(B) 11.35º 0.44% 0.66% -
XYZ 23.9 20.2 13.47 -
YUV 125.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 169 109 95 0 0.36 0.44 0.34 11.35 0.3 0.52
Hex A9 6D 5F 0 24 2C 22 B 1E 34
Octal 251 155 137 0 44 54 42 13 36 64
Binary 10101001 1101101 1011111 0 100100 101100 100010 1011 11110 110100

Color Harmonies of #A96D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96D5F

Black with #A96D5F

Text Example


Text Example

White with #A96D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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