Html Css Color HEX #A57470 Coral Tree

📋 copy color: '#A57470'

red 165 ◦ green 116 ◦ blue 112

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

Shades of Coral Tree #A57470

Tints of Coral Tree #A57470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.52%

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

R = 41.98%
G = 29.52%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A57470 (or 0xA57470) is known color: Coral Tree. HEX triplet: A5, 74 and 70. RGB value is (165,116,112). Sum of RGB (Red+Green+Blue) = 165+116+112=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A57470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57470 is #5A8B8F. Grayscale: #828282. Windows color (decimal): -5933968 or 7369893. OLE color: 7369893.

HSL color Cylindrical-coordinate representation of color #A57470: hue angle of 4.53º 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 #A57470 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 116 112 -
CMYK 0 0.30 0.32 0.35
HSL 4.53º 0.23% 0.54% -
HSV(B) 4.53º 0.32% 0.65% -
XYZ 24.69 21.66 18.21 -
YUV 130.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 165 116 112 0 0.30 0.32 0.35 4.53 0.23 0.54
Hex A5 74 70 0 1E 20 23 5 17 36
Octal 245 164 160 0 36 40 43 5 27 66
Binary 10100101 1110100 1110000 0 11110 100000 100011 101 10111 110110

Color Harmonies of #A57470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57470

Black with #A57470

Text Example


Text Example

White with #A57470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57470; }

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

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

background-color css

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

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

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

border-color css

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

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

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