Html Css Color HEX #A96B5F Coral Tree

📋 copy color: '#A96B5F'

red 169 ◦ green 107 ◦ blue 95

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

Shades of Coral Tree #A96B5F

Tints of Coral Tree #A96B5F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.84%

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

R = 45.55%
G = 28.84%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A96B5F (or 0xA96B5F) is known color: Coral Tree. HEX triplet: A9, 6B and 5F. RGB value is (169,107,95). Sum of RGB (Red+Green+Blue) = 169+107+95=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96B5F is #5694A0. Grayscale: #7C7C7C. Windows color (decimal): -5674145 or 6253481. OLE color: 6253481.

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

Color convert

RGB 169 107 95 -
CMYK 0 0.37 0.44 0.34
HSL 9.73º 0.3% 0.52% -
HSV(B) 9.73º 0.44% 0.66% -
XYZ 23.69 19.78 13.4 -
YUV 124.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 169 107 95 0 0.37 0.44 0.34 9.73 0.3 0.52
Hex A9 6B 5F 0 25 2C 22 A 1E 34
Octal 251 153 137 0 45 54 42 12 36 64
Binary 10101001 1101011 1011111 0 100101 101100 100010 1010 11110 110100

Color Harmonies of #A96B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B5F

Black with #A96B5F

Text Example


Text Example

White with #A96B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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