Html Css Color HEX #AB7970 Coral Tree

📋 copy color: '#AB7970'

red 171 ◦ green 121 ◦ blue 112

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

Shades of Coral Tree #AB7970

Tints of Coral Tree #AB7970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.95%

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

R = 42.33%
G = 29.95%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB7970 (or 0xAB7970) is known color: Coral Tree. HEX triplet: AB, 79 and 70. RGB value is (171,121,112). Sum of RGB (Red+Green+Blue) = 171+121+112=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7970 is #54868F. Grayscale: #878787. Windows color (decimal): -5539472 or 7371179. OLE color: 7371179.

HSL color Cylindrical-coordinate representation of color #AB7970: hue angle of 9.15º 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 #AB7970 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 121 112 -
CMYK 0 0.29 0.35 0.33
HSL 9.15º 0.26% 0.55% -
HSV(B) 9.15º 0.35% 0.67% -
XYZ 26.56 23.5 18.47 -
YUV 134.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 171 121 112 0 0.29 0.35 0.33 9.15 0.26 0.55
Hex AB 79 70 0 1D 23 21 9 1A 37
Octal 253 171 160 0 35 43 41 11 32 67
Binary 10101011 1111001 1110000 0 11101 100011 100001 1001 11010 110111

Color Harmonies of #AB7970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7970

Black with #AB7970

Text Example


Text Example

White with #AB7970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7970; }

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

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

background-color css

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

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

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

border-color css

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

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

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