Html Css Color HEX #A57770 Coral Tree

📋 copy color: '#A57770'

red 165 ◦ green 119 ◦ blue 112

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

Shades of Coral Tree #A57770

Tints of Coral Tree #A57770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.05%

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

R = 41.67%
G = 30.05%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A57770 (or 0xA57770) is known color: Coral Tree. HEX triplet: A5, 77 and 70. RGB value is (165,119,112). Sum of RGB (Red+Green+Blue) = 165+119+112=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A57770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57770 is #5A888F. Grayscale: #848484. Windows color (decimal): -5933200 or 7370661. OLE color: 7370661.

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

Color convert

RGB 165 119 112 -
CMYK 0 0.28 0.32 0.35
HSL 7.92º 0.23% 0.54% -
HSV(B) 7.92º 0.32% 0.65% -
XYZ 25.04 22.36 18.33 -
YUV 131.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 165 119 112 0 0.28 0.32 0.35 7.92 0.23 0.54
Hex A5 77 70 0 1C 20 23 8 17 36
Octal 245 167 160 0 34 40 43 10 27 66
Binary 10100101 1110111 1110000 0 11100 100000 100011 1000 10111 110110

Color Harmonies of #A57770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57770

Black with #A57770

Text Example


Text Example

White with #A57770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57770; }

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

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

background-color css

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

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

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

border-color css

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

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

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