Html Css Color HEX #A47170 Coral Tree

📋 copy color: '#A47170'

red 164 ◦ green 113 ◦ blue 112

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

Shades of Coral Tree #A47170

Tints of Coral Tree #A47170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.05%

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

R = 42.16%
G = 29.05%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A47170 (or 0xA47170) is known color: Coral Tree. HEX triplet: A4, 71 and 70. RGB value is (164,113,112). Sum of RGB (Red+Green+Blue) = 164+113+112=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A47170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47170 is #5B8E8F. Grayscale: #808080. Windows color (decimal): -6000272 or 7369124. OLE color: 7369124.

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

Color convert

RGB 164 113 112 -
CMYK 0 0.31 0.32 0.36
HSL 1.15º 0.22% 0.54% -
HSV(B) 1.15º 0.32% 0.64% -
XYZ 24.14 20.87 18.09 -
YUV 128.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 164 113 112 0 0.31 0.32 0.36 1.15 0.22 0.54
Hex A4 71 70 0 1F 20 24 1 16 36
Octal 244 161 160 0 37 40 44 1 26 66
Binary 10100100 1110001 1110000 0 11111 100000 100100 1 10110 110110

Color Harmonies of #A47170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47170

Black with #A47170

Text Example


Text Example

White with #A47170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47170; }

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

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

background-color css

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

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

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

border-color css

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

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

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