Html Css Color HEX #ABA00C Lucky

📋 copy color: '#ABA00C'

red 171 ◦ green 160 ◦ blue 12

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

Shades of Lucky #ABA00C

Tints of Lucky #ABA00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.65%

 BLUE value IS 12 (5.08% from 255) = 3.5%

R = 49.85%
G = 46.65%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#ABA00C (or 0xABA00C) is known color: Lucky. HEX triplet: AB, A0 and 0C. RGB value is (171,160,12). Sum of RGB (Red+Green+Blue) = 171+160+12=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA00C is #545FF3. Grayscale: #939393. Windows color (decimal): -5529588 or 827563. OLE color: 827563.

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

Color convert

RGB 171 160 12 -
CMYK 0 0.06 0.93 0.33
HSL 55.85º 0.87% 0.36% -
HSV(B) 55.85º 0.93% 0.67% -
XYZ 29.43 33.83 5.33 -
YUV 146.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 171 160 12 0 0.06 0.93 0.33 55.85 0.87 0.36
Hex AB A0 C 0 6 5D 21 38 57 24
Octal 253 240 14 0 6 135 41 70 127 44
Binary 10101011 10100000 1100 0 110 1011101 100001 111000 1010111 100100

Color Harmonies of #ABA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA00C

Black with #ABA00C

Text Example


Text Example

White with #ABA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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