Html Css Color HEX #ABA520 Lucky

📋 copy color: '#ABA520'

red 171 ◦ green 165 ◦ blue 32

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

Shades of Lucky #ABA520

Tints of Lucky #ABA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.84%

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

R = 46.47%
G = 44.84%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ABA520 (or 0xABA520) is known color: Lucky. HEX triplet: AB, A5 and 20. RGB value is (171,165,32). Sum of RGB (Red+Green+Blue) = 171+165+32=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA520 is #545ADF. Grayscale: #989898. Windows color (decimal): -5528288 or 2139563. OLE color: 2139563.

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

Color convert

RGB 171 165 32 -
CMYK 0 0.04 0.81 0.33
HSL 57.41º 0.68% 0.4% -
HSV(B) 57.41º 0.81% 0.67% -
XYZ 30.51 35.67 6.64 -
YUV 151.63 60.49 141.81 -
System Red Green Blue C M Y K H S L
Decimal 171 165 32 0 0.04 0.81 0.33 57.41 0.68 0.4
Hex AB A5 20 0 4 51 21 39 44 28
Octal 253 245 40 0 4 121 41 71 104 50
Binary 10101011 10100101 100000 0 100 1010001 100001 111001 1000100 101000

Color Harmonies of #ABA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA520

Black with #ABA520

Text Example


Text Example

White with #ABA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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