Html Css Color HEX #A0756F Coral Tree

📋 copy color: '#A0756F'

red 160 ◦ green 117 ◦ blue 111

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

Shades of Coral Tree #A0756F

Tints of Coral Tree #A0756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 41.24%
G = 30.15%
B = 28.61%

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

#A0756F (or 0xA0756F) is known color: Coral Tree. HEX triplet: A0, 75 and 6F. RGB value is (160,117,111). Sum of RGB (Red+Green+Blue) = 160+117+111=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0756F is #5F8A90. Grayscale: #818181. Windows color (decimal): -6261393 or 7304608. OLE color: 7304608.

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

Color convert

RGB 160 117 111 -
CMYK 0 0.27 0.31 0.37
HSL 7.35º 0.21% 0.53% -
HSV(B) 7.35º 0.31% 0.63% -
XYZ 23.73 21.34 17.91 -
YUV 129.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 160 117 111 0 0.27 0.31 0.37 7.35 0.21 0.53
Hex A0 75 6F 0 1B 1F 25 7 15 35
Octal 240 165 157 0 33 37 45 7 25 65
Binary 10100000 1110101 1101111 0 11011 11111 100101 111 10101 110101

Color Harmonies of #A0756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0756F

Black with #A0756F

Text Example


Text Example

White with #A0756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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