Html Css Color HEX #A57271 Coral Tree

📋 copy color: '#A57271'

red 165 ◦ green 114 ◦ blue 113

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

Shades of Coral Tree #A57271

Tints of Coral Tree #A57271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.08%

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 42.09%
G = 29.08%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A57271 (or 0xA57271) is known color: Coral Tree. HEX triplet: A5, 72 and 71. RGB value is (165,114,113). Sum of RGB (Red+Green+Blue) = 165+114+113=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A57271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57271 is #5A8D8E. Grayscale: #818181. Windows color (decimal): -5934479 or 7434917. OLE color: 7434917.

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

Color convert

RGB 165 114 113 -
CMYK 0 0.31 0.32 0.35
HSL 1.15º 0.22% 0.55% -
HSV(B) 1.15º 0.32% 0.65% -
XYZ 24.52 21.23 18.43 -
YUV 129.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 165 114 113 0 0.31 0.32 0.35 1.15 0.22 0.55
Hex A5 72 71 0 1F 20 23 1 16 37
Octal 245 162 161 0 37 40 43 1 26 67
Binary 10100101 1110010 1110001 0 11111 100000 100011 1 10110 110111

Color Harmonies of #A57271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57271

Black with #A57271

Text Example


Text Example

White with #A57271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57271; }

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

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

background-color css

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

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

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

border-color css

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

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

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