Html Css Color HEX #A57570 Coral Tree

📋 copy color: '#A57570'

red 165 ◦ green 117 ◦ blue 112

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

Shades of Coral Tree #A57570

Tints of Coral Tree #A57570

RGB

 RED value IS 165 (64.84% from 255) = 41.88%

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

 BLUE value IS 112 (44.14% from 255) = 28.43%

R = 41.88%
G = 29.7%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A57570 (or 0xA57570) is known color: Coral Tree. HEX triplet: A5, 75 and 70. RGB value is (165,117,112). Sum of RGB (Red+Green+Blue) = 165+117+112=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A57570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57570 is #5A8A8F. Grayscale: #828282. Windows color (decimal): -5933712 or 7370149. OLE color: 7370149.

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

Color convert

RGB 165 117 112 -
CMYK 0 0.29 0.32 0.35
HSL 5.66º 0.23% 0.54% -
HSV(B) 5.66º 0.32% 0.65% -
XYZ 24.8 21.89 18.25 -
YUV 130.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 165 117 112 0 0.29 0.32 0.35 5.66 0.23 0.54
Hex A5 75 70 0 1D 20 23 6 17 36
Octal 245 165 160 0 35 40 43 6 27 66
Binary 10100101 1110101 1110000 0 11101 100000 100011 110 10111 110110

Color Harmonies of #A57570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57570

Black with #A57570

Text Example


Text Example

White with #A57570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57570; }

 p { color: rgb(165,117,112); }

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

background-color css

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

 a { background-color: rgb(165,117,112); }

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

border-color css

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

 span { border-color: rgb(165,117,112); }

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