Html Css Color HEX #A96D6D Coral Tree

📋 copy color: '#A96D6D'

red 169 ◦ green 109 ◦ blue 109

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

Shades of Coral Tree #A96D6D

Tints of Coral Tree #A96D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.17%

R = 43.67%
G = 28.17%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A96D6D (or 0xA96D6D) is known color: Coral Tree. HEX triplet: A9, 6D and 6D. RGB value is (169,109,109). Sum of RGB (Red+Green+Blue) = 169+109+109=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96D6D is #569292. Grayscale: #7E7E7E. Windows color (decimal): -5673619 or 7171497. OLE color: 7171497.

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

Color convert

RGB 169 109 109 -
CMYK 0 0.36 0.36 0.34
HSL 0.26% 0.55% -
HSV(B) 0.36% 0.66% -
XYZ 24.59 20.48 17.12 -
YUV 126.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 169 109 109 0 0.36 0.36 0.34 0 0.26 0.55
Hex A9 6D 6D 0 24 24 22 0 1A 37
Octal 251 155 155 0 44 44 42 0 32 67
Binary 10101001 1101101 1101101 0 100100 100100 100010 0 11010 110111

Color Harmonies of #A96D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96D6D

Black with #A96D6D

Text Example


Text Example

White with #A96D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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