Html Css Color HEX #AB9812 Lucky

📋 copy color: '#AB9812'

red 171 ◦ green 152 ◦ blue 18

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

Shades of Lucky #AB9812

Tints of Lucky #AB9812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.28%

R = 50.15%
G = 44.57%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB9812 (or 0xAB9812) is known color: Lucky. HEX triplet: AB, 98 and 12. RGB value is (171,152,18). Sum of RGB (Red+Green+Blue) = 171+152+18=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9812 is #5467ED. Grayscale: #8E8E8E. Windows color (decimal): -5531630 or 1218731. OLE color: 1218731.

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

Color convert

RGB 171 152 18 -
CMYK 0 0.11 0.89 0.33
HSL 52.55º 0.81% 0.37% -
HSV(B) 52.55º 0.89% 0.67% -
XYZ 28.13 31.16 5.1 -
YUV 142.41 57.79 148.4 -
System Red Green Blue C M Y K H S L
Decimal 171 152 18 0 0.11 0.89 0.33 52.55 0.81 0.37
Hex AB 98 12 0 B 59 21 35 51 25
Octal 253 230 22 0 13 131 41 65 121 45
Binary 10101011 10011000 10010 0 1011 1011001 100001 110101 1010001 100101

Color Harmonies of #AB9812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9812

Black with #AB9812

Text Example


Text Example

White with #AB9812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9812; }

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

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

background-color css

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

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

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

border-color css

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

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

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