#AB060C

Color #AB060C Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #AB060C

Tints of Sangria #AB060C

Color information

#AB060C (or 0xAB060C) is unknown color: approx Sangria. HEX triplet: AB, 06 and 0C. RGB value is (171,6,12). Sum of RGB (Red+Green+Blue) = 171+6+12=189 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90.48% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 171 - color contains mainly: red. Hex color #AB060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB060C is #54F9F3. Grayscale: #383838. Windows color (decimal): -5569012 or 788139. OLE color: 788139.

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

Color convert

RGB171612-
CMYK00.960.930.33
HSL357.82º93.22%34.71%-
HSV(B)357.82º96.49%67.06%-
XYZ16.938.811.16-
YUV56.02103.16210.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 90.48%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 12 (5.08% from 255) = 6.35%
R=90.48%
G=3.17%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17161200.960.930.33357.8293.2234.71
HexAB6C0605D211665d23
Octal25361401401354154613543
Binary1010101111011000110000010111011000011011001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB060C; }

 p { color: rgb(171,6,12); }

 H1.HeaderClassName
 {
   color: #AB060C;
 }
 .AnyTagClassName
 {
   color: #AB060C;
 }
</style>
background-color css

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

 a { background-color: rgb(171,6,12); }

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

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

 span { border-color: rgb(171,6,12); }

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