Html Css Color HEX #A0756E Coral Tree

📋 copy color: '#A0756E'

red 160 ◦ green 117 ◦ blue 110

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

Shades of Coral Tree #A0756E

Tints of Coral Tree #A0756E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.42%

R = 41.34%
G = 30.23%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0756E (or 0xA0756E) is known color: Coral Tree. HEX triplet: A0, 75 and 6E. RGB value is (160,117,110). Sum of RGB (Red+Green+Blue) = 160+117+110=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0756E is #5F8A91. Grayscale: #818181. Windows color (decimal): -6261394 or 7239072. OLE color: 7239072.

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

Color convert

RGB 160 117 110 -
CMYK 0 0.27 0.31 0.37
HSL 8.4º 0.21% 0.53% -
HSV(B) 8.4º 0.31% 0.63% -
XYZ 23.67 21.32 17.62 -
YUV 129.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 160 117 110 0 0.27 0.31 0.37 8.4 0.21 0.53
Hex A0 75 6E 0 1B 1F 25 8 15 35
Octal 240 165 156 0 33 37 45 10 25 65
Binary 10100000 1110101 1101110 0 11011 11111 100101 1000 10101 110101

Color Harmonies of #A0756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0756E

Black with #A0756E

Text Example


Text Example

White with #A0756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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