Html Css Color HEX #A17070 Coral Tree

📋 copy color: '#A17070'

red 161 ◦ green 112 ◦ blue 112

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

Shades of Coral Tree #A17070

Tints of Coral Tree #A17070

RGB

 RED value IS 161 (63.28% from 255) = 41.82%

 GREEN value IS 112 (44.14% from 255) = 29.09%

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

R = 41.82%
G = 29.09%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A17070 (or 0xA17070) is known color: Coral Tree. HEX triplet: A1, 70 and 70. RGB value is (161,112,112). Sum of RGB (Red+Green+Blue) = 161+112+112=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A17070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17070 is #5E8F8F. Grayscale: #7E7E7E. Windows color (decimal): -6197136 or 7368865. OLE color: 7368865.

HSL color Cylindrical-coordinate representation of color #A17070: hue angle of 0º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17070 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 112 112 -
CMYK 0 0.30 0.30 0.37
HSL 0.21% 0.54% -
HSV(B) 0.3% 0.63% -
XYZ 23.42 20.34 18.02 -
YUV 126.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 161 112 112 0 0.30 0.30 0.37 0 0.21 0.54
Hex A1 70 70 0 1E 1E 25 0 15 36
Octal 241 160 160 0 36 36 45 0 25 66
Binary 10100001 1110000 1110000 0 11110 11110 100101 0 10101 110110

Color Harmonies of #A17070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17070

Black with #A17070

Text Example


Text Example

White with #A17070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17070; }

 p { color: rgb(161,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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