Html Css Color HEX #ABA914 Lucky

📋 copy color: '#ABA914'

red 171 ◦ green 169 ◦ blue 20

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

Shades of Lucky #ABA914

Tints of Lucky #ABA914

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.94%

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

R = 47.5%
G = 46.94%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#ABA914 (or 0xABA914) is known color: Lucky. HEX triplet: AB, A9 and 14. RGB value is (171,169,20). Sum of RGB (Red+Green+Blue) = 171+169+20=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA914 is #5456EB. Grayscale: #999999. Windows color (decimal): -5527276 or 1354155. OLE color: 1354155.

HSL color Cylindrical-coordinate representation of color #ABA914: hue angle of 59.21º 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 #ABA914 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 169 20 -
CMYK 0 0.01 0.88 0.33
HSL 59.21º 0.79% 0.37% -
HSV(B) 59.21º 0.88% 0.67% -
XYZ 31.11 37.08 6.18 -
YUV 152.61 53.16 141.12 -
System Red Green Blue C M Y K H S L
Decimal 171 169 20 0 0.01 0.88 0.33 59.21 0.79 0.37
Hex AB A9 14 0 1 58 21 3B 4F 25
Octal 253 251 24 0 1 130 41 73 117 45
Binary 10101011 10101001 10100 0 1 1011000 100001 111011 1001111 100101

Color Harmonies of #ABA914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA914

Black with #ABA914

Text Example


Text Example

White with #ABA914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA914; }

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

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

background-color css

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

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

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

border-color css

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

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

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