Html Css Color HEX #A0756D Coral Tree

📋 copy color: '#A0756D'

red 160 ◦ green 117 ◦ blue 109

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

Shades of Coral Tree #A0756D

Tints of Coral Tree #A0756D

RGB

 RED value IS 160 (62.89% from 255) = 41.45%

 GREEN value IS 117 (46.09% from 255) = 30.31%

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

R = 41.45%
G = 30.31%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0756D (or 0xA0756D) is known color: Coral Tree. HEX triplet: A0, 75 and 6D. RGB value is (160,117,109). Sum of RGB (Red+Green+Blue) = 160+117+109=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A0756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0756D is #5F8A92. Grayscale: #818181. Windows color (decimal): -6261395 or 7173536. OLE color: 7173536.

HSL color Cylindrical-coordinate representation of color #A0756D: hue angle of 9.41º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0756D is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 109 -
CMYK 0 0.27 0.32 0.37
HSL 9.41º 0.21% 0.53% -
HSV(B) 9.41º 0.32% 0.63% -
XYZ 23.62 21.3 17.33 -
YUV 128.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 160 117 109 0 0.27 0.32 0.37 9.41 0.21 0.53
Hex A0 75 6D 0 1B 20 25 9 15 35
Octal 240 165 155 0 33 40 45 11 25 65
Binary 10100000 1110101 1101101 0 11011 100000 100101 1001 10101 110101

Color Harmonies of #A0756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0756D

Black with #A0756D

Text Example


Text Example

White with #A0756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0756D; }

 p { color: rgb(160,117,109); }

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

background-color css

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

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

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

border-color css

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

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

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