Html Css Color HEX #AB6160 Coral Tree

📋 copy color: '#AB6160'

red 171 ◦ green 97 ◦ blue 96

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

Shades of Coral Tree #AB6160

Tints of Coral Tree #AB6160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.65%

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 46.98%
G = 26.65%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB6160 (or 0xAB6160) is known color: Coral Tree. HEX triplet: AB, 61 and 60. RGB value is (171,97,96). Sum of RGB (Red+Green+Blue) = 171+97+96=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6160 is #549E9F. Grayscale: #777777. Windows color (decimal): -5545632 or 6316459. OLE color: 6316459.

HSL color Cylindrical-coordinate representation of color #AB6160: hue angle of 0.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6160 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 97 96 -
CMYK 0 0.43 0.44 0.33
HSL 0.8º 0.31% 0.52% -
HSV(B) 0.8º 0.44% 0.67% -
XYZ 23.18 18.05 13.33 -
YUV 119.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 171 97 96 0 0.43 0.44 0.33 0.8 0.31 0.52
Hex AB 61 60 0 2B 2C 21 1 1F 34
Octal 253 141 140 0 53 54 41 1 37 64
Binary 10101011 1100001 1100000 0 101011 101100 100001 1 11111 110100

Color Harmonies of #AB6160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6160

Black with #AB6160

Text Example


Text Example

White with #AB6160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6160; }

 p { color: rgb(171,97,96); }

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

background-color css

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

 a { background-color: rgb(171,97,96); }

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

border-color css

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

 span { border-color: rgb(171,97,96); }

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