Html Css Color HEX #A67170 Coral Tree

📋 copy color: '#A67170'

red 166 ◦ green 113 ◦ blue 112

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

Shades of Coral Tree #A67170

Tints of Coral Tree #A67170

RGB

 RED value IS 166 (65.23% from 255) = 42.46%

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

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

R = 42.46%
G = 28.9%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A67170 (or 0xA67170) is known color: Coral Tree. HEX triplet: A6, 71 and 70. RGB value is (166,113,112). Sum of RGB (Red+Green+Blue) = 166+113+112=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A67170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67170 is #598E8F. Grayscale: #808080. Windows color (decimal): -5869200 or 7369126. OLE color: 7369126.

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

Color convert

RGB 166 113 112 -
CMYK 0 0.32 0.33 0.35
HSL 1.11º 0.23% 0.55% -
HSV(B) 1.11º 0.33% 0.65% -
XYZ 24.56 21.09 18.11 -
YUV 128.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 166 113 112 0 0.32 0.33 0.35 1.11 0.23 0.55
Hex A6 71 70 0 20 21 23 1 17 37
Octal 246 161 160 0 40 41 43 1 27 67
Binary 10100110 1110001 1110000 0 100000 100001 100011 1 10111 110111

Color Harmonies of #A67170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67170

Black with #A67170

Text Example


Text Example

White with #A67170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67170; }

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

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

background-color css

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

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

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

border-color css

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

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

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