#A77572

Color #A77572 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #A77572

Tints of Coral Tree #A77572

Color information

#A77572 (or 0xA77572) is unknown color: approx Coral Tree. HEX triplet: A7, 75 and 72. RGB value is (167,117,114). Sum of RGB (Red+Green+Blue) = 167+117+114=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A77572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77572 is #588A8D. Grayscale: #838383. Windows color (decimal): -5802638 or 7501223. OLE color: 7501223.

HSL color Cylindrical-coordinate representation of color #A77572: hue angle of 3.4º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A77572 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB167117114-
CMYK00.300.320.35
HSL3.4º23.14%55.1%-
HSV(B)3.4º31.74%65.49%-
XYZ25.3322.1518.86-
YUV131.61118.06153.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=41.96%
G=29.40%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711711400.300.320.353.423.1455.1
HexA7757201E202331737
Octal247165162036404332767
Binary10100111111010111100100111101000001000111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77572; }

 p { color: rgb(167,117,114); }

 H1.HeaderClassName
 {
   color: #A77572;
 }
 .AnyTagClassName
 {
   color: #A77572;
 }
</style>
background-color css

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

 a { background-color: rgb(167,117,114); }

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

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

 span { border-color: rgb(167,117,114); }

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