Html Css Color HEX #A96E6B Coral Tree

📋 copy color: '#A96E6B'

red 169 ◦ green 110 ◦ blue 107

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

Shades of Coral Tree #A96E6B

Tints of Coral Tree #A96E6B

RGB

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

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

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

R = 43.78%
G = 28.5%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A96E6B (or 0xA96E6B) is known color: Coral Tree. HEX triplet: A9, 6E and 6B. RGB value is (169,110,107). Sum of RGB (Red+Green+Blue) = 169+110+107=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E6B is #569194. Grayscale: #7F7F7F. Windows color (decimal): -5673365 or 7040681. OLE color: 7040681.

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

Color convert

RGB 169 110 107 -
CMYK 0 0.35 0.37 0.34
HSL 2.9º 0.26% 0.54% -
HSV(B) 2.9º 0.37% 0.66% -
XYZ 24.59 20.65 16.6 -
YUV 127.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 169 110 107 0 0.35 0.37 0.34 2.9 0.26 0.54
Hex A9 6E 6B 0 23 25 22 3 1A 36
Octal 251 156 153 0 43 45 42 3 32 66
Binary 10101001 1101110 1101011 0 100011 100101 100010 11 11010 110110

Color Harmonies of #A96E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96E6B

Black with #A96E6B

Text Example


Text Example

White with #A96E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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