Html Css Color HEX #A47570 Coral Tree

📋 copy color: '#A47570'

red 164 ◦ green 117 ◦ blue 112

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

Shades of Coral Tree #A47570

Tints of Coral Tree #A47570

RGB

 RED value IS 164 (64.45% from 255) = 41.73%

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

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

R = 41.73%
G = 29.77%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A47570 (or 0xA47570) is known color: Coral Tree. HEX triplet: A4, 75 and 70. RGB value is (164,117,112). Sum of RGB (Red+Green+Blue) = 164+117+112=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A47570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47570 is #5B8A8F. Grayscale: #828282. Windows color (decimal): -5999248 or 7370148. OLE color: 7370148.

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

Color convert

RGB 164 117 112 -
CMYK 0 0.29 0.32 0.36
HSL 5.77º 0.22% 0.54% -
HSV(B) 5.77º 0.32% 0.64% -
XYZ 24.6 21.78 18.24 -
YUV 130.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 164 117 112 0 0.29 0.32 0.36 5.77 0.22 0.54
Hex A4 75 70 0 1D 20 24 6 16 36
Octal 244 165 160 0 35 40 44 6 26 66
Binary 10100100 1110101 1110000 0 11101 100000 100100 110 10110 110110

Color Harmonies of #A47570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47570

Black with #A47570

Text Example


Text Example

White with #A47570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47570; }

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

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

background-color css

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

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

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

border-color css

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

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

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