Html Css Color HEX #A57372 Coral Tree

📋 copy color: '#A57372'

red 165 ◦ green 115 ◦ blue 114

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

Shades of Coral Tree #A57372

Tints of Coral Tree #A57372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.19%

 BLUE value IS 114 (44.92% from 255) = 28.93%

R = 41.88%
G = 29.19%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A57372 (or 0xA57372) is known color: Coral Tree. HEX triplet: A5, 73 and 72. RGB value is (165,115,114). Sum of RGB (Red+Green+Blue) = 165+115+114=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A57372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57372 is #5A8C8D. Grayscale: #818181. Windows color (decimal): -5934222 or 7500709. OLE color: 7500709.

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

Color convert

RGB 165 115 114 -
CMYK 0 0.30 0.31 0.35
HSL 1.18º 0.22% 0.55% -
HSV(B) 1.18º 0.31% 0.65% -
XYZ 24.69 21.48 18.76 -
YUV 129.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 165 115 114 0 0.30 0.31 0.35 1.18 0.22 0.55
Hex A5 73 72 0 1E 1F 23 1 16 37
Octal 245 163 162 0 36 37 43 1 26 67
Binary 10100101 1110011 1110010 0 11110 11111 100011 1 10110 110111

Color Harmonies of #A57372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57372

Black with #A57372

Text Example


Text Example

White with #A57372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57372; }

 p { color: rgb(165,115,114); }

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

background-color css

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

 a { background-color: rgb(165,115,114); }

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

border-color css

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

 span { border-color: rgb(165,115,114); }

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