Html Css Color HEX #ABA006 Lucky

📋 copy color: '#ABA006'

red 171 ◦ green 160 ◦ blue 6

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

Shades of Lucky #ABA006

Tints of Lucky #ABA006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 50.74%
G = 47.48%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#ABA006 (or 0xABA006) is known color: Lucky. HEX triplet: AB, A0 and 06. RGB value is (171,160,6). Sum of RGB (Red+Green+Blue) = 171+160+6=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA006 is #545FF9. Grayscale: #929292. Windows color (decimal): -5529594 or 434347. OLE color: 434347.

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

Color convert

RGB 171 160 6 -
CMYK 0 0.06 0.96 0.33
HSL 56º 0.93% 0.35% -
HSV(B) 56º 0.96% 0.67% -
XYZ 29.4 33.81 5.15 -
YUV 145.73 49.14 146.02 -
System Red Green Blue C M Y K H S L
Decimal 171 160 6 0 0.06 0.96 0.33 56 0.93 0.35
Hex AB A0 6 0 6 60 21 38 5D 23
Octal 253 240 6 0 6 140 41 70 135 43
Binary 10101011 10100000 110 0 110 1100000 100001 111000 1011101 100011

Color Harmonies of #ABA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA006

Black with #ABA006

Text Example


Text Example

White with #ABA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA006; }

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

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

background-color css

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

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

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

border-color css

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

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

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