Html Css Color HEX #AB9804 Lucky

📋 copy color: '#AB9804'

red 171 ◦ green 152 ◦ blue 4

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

Shades of Lucky #AB9804

Tints of Lucky #AB9804

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.48%

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 52.29%
G = 46.48%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB9804 (or 0xAB9804) is known color: Lucky. HEX triplet: AB, 98 and 04. RGB value is (171,152,4). Sum of RGB (Red+Green+Blue) = 171+152+4=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9804 is #5467FB. Grayscale: #8D8D8D. Windows color (decimal): -5531644 or 301227. OLE color: 301227.

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

Color convert

RGB 171 152 4 -
CMYK 0 0.11 0.98 0.33
HSL 53.17º 0.95% 0.34% -
HSV(B) 53.17º 0.98% 0.67% -
XYZ 28.04 31.12 4.64 -
YUV 140.81 50.79 149.53 -
System Red Green Blue C M Y K H S L
Decimal 171 152 4 0 0.11 0.98 0.33 53.17 0.95 0.34
Hex AB 98 4 0 B 62 21 35 5F 22
Octal 253 230 4 0 13 142 41 65 137 42
Binary 10101011 10011000 100 0 1011 1100010 100001 110101 1011111 100010

Color Harmonies of #AB9804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9804

Black with #AB9804

Text Example


Text Example

White with #AB9804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9804; }

 p { color: rgb(171,152,4); }

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

background-color css

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

 a { background-color: rgb(171,152,4); }

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

border-color css

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

 span { border-color: rgb(171,152,4); }

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