Html Css Color HEX #AB6460 Coral Tree

📋 copy color: '#AB6460'

red 171 ◦ green 100 ◦ blue 96

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

Shades of Coral Tree #AB6460

Tints of Coral Tree #AB6460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

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

R = 46.59%
G = 27.25%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB6460 (or 0xAB6460) is known color: Coral Tree. HEX triplet: AB, 64 and 60. RGB value is (171,100,96). Sum of RGB (Red+Green+Blue) = 171+100+96=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6460 is #549B9F. Grayscale: #787878. Windows color (decimal): -5544864 or 6317227. OLE color: 6317227.

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

Color convert

RGB 171 100 96 -
CMYK 0 0.42 0.44 0.33
HSL 3.2º 0.31% 0.52% -
HSV(B) 3.2º 0.44% 0.67% -
XYZ 23.46 18.62 13.42 -
YUV 120.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 171 100 96 0 0.42 0.44 0.33 3.2 0.31 0.52
Hex AB 64 60 0 2A 2C 21 3 1F 34
Octal 253 144 140 0 52 54 41 3 37 64
Binary 10101011 1100100 1100000 0 101010 101100 100001 11 11111 110100

Color Harmonies of #AB6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6460

Black with #AB6460

Text Example


Text Example

White with #AB6460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6460; }

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

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

background-color css

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

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

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

border-color css

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

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

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