Html Css Color HEX #AB7470 Coral Tree

📋 copy color: '#AB7470'

red 171 ◦ green 116 ◦ blue 112

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

Shades of Coral Tree #AB7470

Tints of Coral Tree #AB7470

RGB

 RED value IS 171 (67.19% from 255) = 42.86%

 GREEN value IS 116 (45.7% from 255) = 29.07%

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

R = 42.86%
G = 29.07%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB7470 (or 0xAB7470) is known color: Coral Tree. HEX triplet: AB, 74 and 70. RGB value is (171,116,112). Sum of RGB (Red+Green+Blue) = 171+116+112=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7470 is #548B8F. Grayscale: #848484. Windows color (decimal): -5540752 or 7369899. OLE color: 7369899.

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

Color convert

RGB 171 116 112 -
CMYK 0 0.32 0.35 0.33
HSL 4.07º 0.26% 0.55% -
HSV(B) 4.07º 0.35% 0.67% -
XYZ 25.96 22.32 18.27 -
YUV 131.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 171 116 112 0 0.32 0.35 0.33 4.07 0.26 0.55
Hex AB 74 70 0 20 23 21 4 1A 37
Octal 253 164 160 0 40 43 41 4 32 67
Binary 10101011 1110100 1110000 0 100000 100011 100001 100 11010 110111

Color Harmonies of #AB7470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7470

Black with #AB7470

Text Example


Text Example

White with #AB7470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7470; }

 p { color: rgb(171,116,112); }

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

background-color css

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

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

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

border-color css

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

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

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