Html Css Color HEX #ABA813 Lucky

📋 copy color: '#ABA813'

red 171 ◦ green 168 ◦ blue 19

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

Shades of Lucky #ABA813

Tints of Lucky #ABA813

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.93%

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 47.77%
G = 46.93%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#ABA813 (or 0xABA813) is known color: Lucky. HEX triplet: AB, A8 and 13. RGB value is (171,168,19). Sum of RGB (Red+Green+Blue) = 171+168+19=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA813 is #5457EC. Grayscale: #989898. Windows color (decimal): -5527533 or 1288363. OLE color: 1288363.

HSL color Cylindrical-coordinate representation of color #ABA813: hue angle of 58.82º degrees, saturation: 0.8, 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 #ABA813 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 19 -
CMYK 0 0.02 0.89 0.33
HSL 58.82º 0.8% 0.37% -
HSV(B) 58.82º 0.89% 0.67% -
XYZ 30.91 36.71 6.07 -
YUV 151.91 52.99 141.62 -
System Red Green Blue C M Y K H S L
Decimal 171 168 19 0 0.02 0.89 0.33 58.82 0.8 0.37
Hex AB A8 13 0 2 59 21 3B 50 25
Octal 253 250 23 0 2 131 41 73 120 45
Binary 10101011 10101000 10011 0 10 1011001 100001 111011 1010000 100101

Color Harmonies of #ABA813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA813

Black with #ABA813

Text Example


Text Example

White with #ABA813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA813; }

 p { color: rgb(171,168,19); }

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

background-color css

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

 a { background-color: rgb(171,168,19); }

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

border-color css

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

 span { border-color: rgb(171,168,19); }

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