Html Css Color HEX #AB706A Coral Tree

📋 copy color: '#AB706A'

red 171 ◦ green 112 ◦ blue 106

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

Shades of Coral Tree #AB706A

Tints of Coral Tree #AB706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 43.96%
G = 28.79%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB706A (or 0xAB706A) is known color: Coral Tree. HEX triplet: AB, 70 and 6A. RGB value is (171,112,106). Sum of RGB (Red+Green+Blue) = 171+112+106=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB706A is #548F95. Grayscale: #818181. Windows color (decimal): -5541782 or 6975659. OLE color: 6975659.

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

Color convert

RGB 171 112 106 -
CMYK 0 0.35 0.38 0.33
HSL 5.54º 0.28% 0.54% -
HSV(B) 5.54º 0.38% 0.67% -
XYZ 25.19 21.29 16.42 -
YUV 128.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 171 112 106 0 0.35 0.38 0.33 5.54 0.28 0.54
Hex AB 70 6A 0 23 26 21 6 1C 36
Octal 253 160 152 0 43 46 41 6 34 66
Binary 10101011 1110000 1101010 0 100011 100110 100001 110 11100 110110

Color Harmonies of #AB706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB706A

Black with #AB706A

Text Example


Text Example

White with #AB706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB706A; }

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

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

background-color css

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

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

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

border-color css

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

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

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