Html Css Color HEX #ABA510 Lucky

📋 copy color: '#ABA510'

red 171 ◦ green 165 ◦ blue 16

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

Shades of Lucky #ABA510

Tints of Lucky #ABA510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 48.58%
G = 46.88%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#ABA510 (or 0xABA510) is known color: Lucky. HEX triplet: AB, A5 and 10. RGB value is (171,165,16). Sum of RGB (Red+Green+Blue) = 171+165+16=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA510 is #545AEF. Grayscale: #969696. Windows color (decimal): -5528304 or 1090987. OLE color: 1090987.

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

Color convert

RGB 171 165 16 -
CMYK 0 0.04 0.91 0.33
HSL 57.68º 0.83% 0.37% -
HSV(B) 57.68º 0.91% 0.67% -
XYZ 30.34 35.61 5.76 -
YUV 149.81 52.49 143.12 -
System Red Green Blue C M Y K H S L
Decimal 171 165 16 0 0.04 0.91 0.33 57.68 0.83 0.37
Hex AB A5 10 0 4 5B 21 3A 53 25
Octal 253 245 20 0 4 133 41 72 123 45
Binary 10101011 10100101 10000 0 100 1011011 100001 111010 1010011 100101

Color Harmonies of #ABA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA510

Black with #ABA510

Text Example


Text Example

White with #ABA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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