Html Css Color HEX #A96F6B Coral Tree

📋 copy color: '#A96F6B'

red 169 ◦ green 111 ◦ blue 107

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

Shades of Coral Tree #A96F6B

Tints of Coral Tree #A96F6B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.68%

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

R = 43.67%
G = 28.68%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A96F6B (or 0xA96F6B) is known color: Coral Tree. HEX triplet: A9, 6F and 6B. RGB value is (169,111,107). Sum of RGB (Red+Green+Blue) = 169+111+107=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96F6B is #569094. Grayscale: #7F7F7F. Windows color (decimal): -5673109 or 7040937. OLE color: 7040937.

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

Color convert

RGB 169 111 107 -
CMYK 0 0.34 0.37 0.34
HSL 3.87º 0.26% 0.54% -
HSV(B) 3.87º 0.37% 0.66% -
XYZ 24.7 20.87 16.64 -
YUV 127.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 169 111 107 0 0.34 0.37 0.34 3.87 0.26 0.54
Hex A9 6F 6B 0 22 25 22 4 1A 36
Octal 251 157 153 0 42 45 42 4 32 66
Binary 10101001 1101111 1101011 0 100010 100101 100010 100 11010 110110

Color Harmonies of #A96F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96F6B

Black with #A96F6B

Text Example


Text Example

White with #A96F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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