Html Css Color HEX #AB9A02 Lucky

📋 copy color: '#AB9A02'

red 171 ◦ green 154 ◦ blue 2

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

Shades of Lucky #AB9A02

Tints of Lucky #AB9A02

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.09%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 52.29%
G = 47.09%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB9A02 (or 0xAB9A02) is known color: Lucky. HEX triplet: AB, 9A and 02. RGB value is (171,154,2). Sum of RGB (Red+Green+Blue) = 171+154+2=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9A02 is #5465FD. Grayscale: #8E8E8E. Windows color (decimal): -5531134 or 170667. OLE color: 170667.

HSL color Cylindrical-coordinate representation of color #AB9A02: hue angle of 53.96º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB9A02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 154 2 -
CMYK 0 0.10 0.99 0.33
HSL 53.96º 0.98% 0.34% -
HSV(B) 53.96º 0.99% 0.67% -
XYZ 28.36 31.77 4.7 -
YUV 141.76 49.13 148.86 -
System Red Green Blue C M Y K H S L
Decimal 171 154 2 0 0.10 0.99 0.33 53.96 0.98 0.34
Hex AB 9A 2 0 A 63 21 36 62 22
Octal 253 232 2 0 12 143 41 66 142 42
Binary 10101011 10011010 10 0 1010 1100011 100001 110110 1100010 100010

Color Harmonies of #AB9A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A02

Black with #AB9A02

Text Example


Text Example

White with #AB9A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A02; }

 p { color: rgb(171,154,2); }

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

background-color css

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

 a { background-color: rgb(171,154,2); }

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

border-color css

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

 span { border-color: rgb(171,154,2); }

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