Html Css Color HEX #ABA414 Lucky

📋 copy color: '#ABA414'

red 171 ◦ green 164 ◦ blue 20

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

Shades of Lucky #ABA414

Tints of Lucky #ABA414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.63%

R = 48.17%
G = 46.2%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#ABA414 (or 0xABA414) is known color: Lucky. HEX triplet: AB, A4 and 14. RGB value is (171,164,20). Sum of RGB (Red+Green+Blue) = 171+164+20=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA414 is #545BEB. Grayscale: #969696. Windows color (decimal): -5528556 or 1352875. OLE color: 1352875.

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

Color convert

RGB 171 164 20 -
CMYK 0 0.04 0.88 0.33
HSL 57.22º 0.79% 0.37% -
HSV(B) 57.22º 0.88% 0.67% -
XYZ 30.2 35.26 5.88 -
YUV 149.68 54.82 143.21 -
System Red Green Blue C M Y K H S L
Decimal 171 164 20 0 0.04 0.88 0.33 57.22 0.79 0.37
Hex AB A4 14 0 4 58 21 39 4F 25
Octal 253 244 24 0 4 130 41 71 117 45
Binary 10101011 10100100 10100 0 100 1011000 100001 111001 1001111 100101

Color Harmonies of #ABA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA414

Black with #ABA414

Text Example


Text Example

White with #ABA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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