Html Css Color HEX #ABA214 Lucky

📋 copy color: '#ABA214'

red 171 ◦ green 162 ◦ blue 20

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

Shades of Lucky #ABA214

Tints of Lucky #ABA214

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.89%

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

R = 48.44%
G = 45.89%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#ABA214 (or 0xABA214) is known color: Lucky. HEX triplet: AB, A2 and 14. RGB value is (171,162,20). Sum of RGB (Red+Green+Blue) = 171+162+20=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA214 is #545DEB. Grayscale: #959595. Windows color (decimal): -5529068 or 1352363. OLE color: 1352363.

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

Color convert

RGB 171 162 20 -
CMYK 0 0.05 0.88 0.33
HSL 56.42º 0.79% 0.37% -
HSV(B) 56.42º 0.88% 0.67% -
XYZ 29.84 34.55 5.76 -
YUV 148.5 55.48 144.05 -
System Red Green Blue C M Y K H S L
Decimal 171 162 20 0 0.05 0.88 0.33 56.42 0.79 0.37
Hex AB A2 14 0 5 58 21 38 4F 25
Octal 253 242 24 0 5 130 41 70 117 45
Binary 10101011 10100010 10100 0 101 1011000 100001 111000 1001111 100101

Color Harmonies of #ABA214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA214

Black with #ABA214

Text Example


Text Example

White with #ABA214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA214; }

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

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

background-color css

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

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

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

border-color css

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

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

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