Html Css Color HEX #A96B67 Coral Tree

📋 copy color: '#A96B67'

red 169 ◦ green 107 ◦ blue 103

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

Shades of Coral Tree #A96B67

Tints of Coral Tree #A96B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.18%

R = 44.59%
G = 28.23%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A96B67 (or 0xA96B67) is known color: Coral Tree. HEX triplet: A9, 6B and 67. RGB value is (169,107,103). Sum of RGB (Red+Green+Blue) = 169+107+103=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96B67 is #569498. Grayscale: #7D7D7D. Windows color (decimal): -5674137 or 6777769. OLE color: 6777769.

HSL color Cylindrical-coordinate representation of color #A96B67: hue angle of 3.64º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A96B67 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 107 103 -
CMYK 0 0.37 0.39 0.34
HSL 3.64º 0.28% 0.53% -
HSV(B) 3.64º 0.39% 0.66% -
XYZ 24.07 19.93 15.41 -
YUV 125.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 169 107 103 0 0.37 0.39 0.34 3.64 0.28 0.53
Hex A9 6B 67 0 25 27 22 4 1C 35
Octal 251 153 147 0 45 47 42 4 34 65
Binary 10101001 1101011 1100111 0 100101 100111 100010 100 11100 110101

Color Harmonies of #A96B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B67

Black with #A96B67

Text Example


Text Example

White with #A96B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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