Html Css Color HEX #ABA515 Lucky

📋 copy color: '#ABA515'

red 171 ◦ green 165 ◦ blue 21

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

Shades of Lucky #ABA515

Tints of Lucky #ABA515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.88%

R = 47.9%
G = 46.22%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#ABA515 (or 0xABA515) is known color: Lucky. HEX triplet: AB, A5 and 15. RGB value is (171,165,21). Sum of RGB (Red+Green+Blue) = 171+165+21=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA515 is #545AEA. Grayscale: #969696. Windows color (decimal): -5528299 or 1418667. OLE color: 1418667.

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

Color convert

RGB 171 165 21 -
CMYK 0 0.04 0.88 0.33
HSL 57.6º 0.78% 0.38% -
HSV(B) 57.6º 0.88% 0.67% -
XYZ 30.39 35.62 5.98 -
YUV 150.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 171 165 21 0 0.04 0.88 0.33 57.6 0.78 0.38
Hex AB A5 15 0 4 58 21 3A 4E 26
Octal 253 245 25 0 4 130 41 72 116 46
Binary 10101011 10100101 10101 0 100 1011000 100001 111010 1001110 100110

Color Harmonies of #ABA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA515

Black with #ABA515

Text Example


Text Example

White with #ABA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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