Html Css Color HEX #ABA409 Lucky

📋 copy color: '#ABA409'

red 171 ◦ green 164 ◦ blue 9

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

Shades of Lucky #ABA409

Tints of Lucky #ABA409

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.67%

 BLUE value IS 9 (3.91% from 255) = 2.62%

R = 49.71%
G = 47.67%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#ABA409 (or 0xABA409) is known color: Lucky. HEX triplet: AB, A4 and 09. RGB value is (171,164,9). Sum of RGB (Red+Green+Blue) = 171+164+9=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA409 is #545BF6. Grayscale: #959595. Windows color (decimal): -5528567 or 631979. OLE color: 631979.

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

Color convert

RGB 171 164 9 -
CMYK 0 0.04 0.95 0.33
HSL 57.41º 0.9% 0.35% -
HSV(B) 57.41º 0.95% 0.67% -
XYZ 30.12 35.23 5.47 -
YUV 148.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 171 164 9 0 0.04 0.95 0.33 57.41 0.9 0.35
Hex AB A4 9 0 4 5F 21 39 5A 23
Octal 253 244 11 0 4 137 41 71 132 43
Binary 10101011 10100100 1001 0 100 1011111 100001 111001 1011010 100011

Color Harmonies of #ABA409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA409

Black with #ABA409

Text Example


Text Example

White with #ABA409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA409; }

 p { color: rgb(171,164,9); }

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

background-color css

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

 a { background-color: rgb(171,164,9); }

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

border-color css

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

 span { border-color: rgb(171,164,9); }

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