Html Css Color HEX #A96D6B Coral Tree

📋 copy color: '#A96D6B'

red 169 ◦ green 109 ◦ blue 107

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

Shades of Coral Tree #A96D6B

Tints of Coral Tree #A96D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.79%

R = 43.9%
G = 28.31%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A96D6B (or 0xA96D6B) is known color: Coral Tree. HEX triplet: A9, 6D and 6B. RGB value is (169,109,107). Sum of RGB (Red+Green+Blue) = 169+109+107=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96D6B is #569294. Grayscale: #7E7E7E. Windows color (decimal): -5673621 or 7040425. OLE color: 7040425.

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

Color convert

RGB 169 109 107 -
CMYK 0 0.36 0.37 0.34
HSL 1.94º 0.26% 0.54% -
HSV(B) 1.94º 0.37% 0.66% -
XYZ 24.48 20.43 16.56 -
YUV 126.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 169 109 107 0 0.36 0.37 0.34 1.94 0.26 0.54
Hex A9 6D 6B 0 24 25 22 2 1A 36
Octal 251 155 153 0 44 45 42 2 32 66
Binary 10101001 1101101 1101011 0 100100 100101 100010 10 11010 110110

Color Harmonies of #A96D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96D6B

Black with #A96D6B

Text Example


Text Example

White with #A96D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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