Html Css Color HEX #ABA217 Lucky

📋 copy color: '#ABA217'

red 171 ◦ green 162 ◦ blue 23

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

Shades of Lucky #ABA217

Tints of Lucky #ABA217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.46%

R = 48.03%
G = 45.51%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#ABA217 (or 0xABA217) is known color: Lucky. HEX triplet: AB, A2 and 17. RGB value is (171,162,23). Sum of RGB (Red+Green+Blue) = 171+162+23=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA217 is #545DE8. Grayscale: #959595. Windows color (decimal): -5529065 or 1548971. OLE color: 1548971.

HSL color Cylindrical-coordinate representation of color #ABA217: hue angle of 56.35º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABA217 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 162 23 -
CMYK 0 0.05 0.87 0.33
HSL 56.35º 0.76% 0.38% -
HSV(B) 56.35º 0.87% 0.67% -
XYZ 29.87 34.56 5.91 -
YUV 148.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 171 162 23 0 0.05 0.87 0.33 56.35 0.76 0.38
Hex AB A2 17 0 5 57 21 38 4C 26
Octal 253 242 27 0 5 127 41 70 114 46
Binary 10101011 10100010 10111 0 101 1010111 100001 111000 1001100 100110

Color Harmonies of #ABA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA217

Black with #ABA217

Text Example


Text Example

White with #ABA217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA217; }

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

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

background-color css

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

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

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

border-color css

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

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

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