Html Css Color HEX #ABA320 Lucky

📋 copy color: '#ABA320'

red 171 ◦ green 163 ◦ blue 32

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

Shades of Lucky #ABA320

Tints of Lucky #ABA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.54%

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

R = 46.72%
G = 44.54%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ABA320 (or 0xABA320) is known color: Lucky. HEX triplet: AB, A3 and 20. RGB value is (171,163,32). Sum of RGB (Red+Green+Blue) = 171+163+32=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA320 is #545CDF. Grayscale: #969696. Windows color (decimal): -5528800 or 2139051. OLE color: 2139051.

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

Color convert

RGB 171 163 32 -
CMYK 0 0.05 0.81 0.33
HSL 56.55º 0.68% 0.4% -
HSV(B) 56.55º 0.81% 0.67% -
XYZ 30.15 34.96 6.52 -
YUV 150.46 61.15 142.65 -
System Red Green Blue C M Y K H S L
Decimal 171 163 32 0 0.05 0.81 0.33 56.55 0.68 0.4
Hex AB A3 20 0 5 51 21 39 44 28
Octal 253 243 40 0 5 121 41 71 104 50
Binary 10101011 10100011 100000 0 101 1010001 100001 111001 1000100 101000

Color Harmonies of #ABA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA320

Black with #ABA320

Text Example


Text Example

White with #ABA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA320; }

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

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

background-color css

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

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

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

border-color css

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

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

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