Html Css Color HEX #ABA020 Lucky

📋 copy color: '#ABA020'

red 171 ◦ green 160 ◦ blue 32

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

Shades of Lucky #ABA020

Tints of Lucky #ABA020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.08%

 BLUE value IS 32 (12.89% from 255) = 8.82%

R = 47.11%
G = 44.08%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ABA020 (or 0xABA020) is known color: Lucky. HEX triplet: AB, A0 and 20. RGB value is (171,160,32). Sum of RGB (Red+Green+Blue) = 171+160+32=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA020 is #545FDF. Grayscale: #959595. Windows color (decimal): -5529568 or 2138283. OLE color: 2138283.

HSL color Cylindrical-coordinate representation of color #ABA020: hue angle of 55.25º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABA020 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 32 -
CMYK 0 0.06 0.81 0.33
HSL 55.25º 0.68% 0.4% -
HSV(B) 55.25º 0.81% 0.67% -
XYZ 29.63 33.9 6.35 -
YUV 148.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 171 160 32 0 0.06 0.81 0.33 55.25 0.68 0.4
Hex AB A0 20 0 6 51 21 37 44 28
Octal 253 240 40 0 6 121 41 67 104 50
Binary 10101011 10100000 100000 0 110 1010001 100001 110111 1000100 101000

Color Harmonies of #ABA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA020

Black with #ABA020

Text Example


Text Example

White with #ABA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA020; }

 p { color: rgb(171,160,32); }

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

background-color css

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

 a { background-color: rgb(171,160,32); }

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

border-color css

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

 span { border-color: rgb(171,160,32); }

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