Html Css Color HEX #ABA60D Lucky

📋 copy color: '#ABA60D'

red 171 ◦ green 166 ◦ blue 13

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

Shades of Lucky #ABA60D

Tints of Lucky #ABA60D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.43%

 BLUE value IS 13 (5.47% from 255) = 3.71%

R = 48.86%
G = 47.43%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ABA60D (or 0xABA60D) is known color: Lucky. HEX triplet: AB, A6 and 0D. RGB value is (171,166,13). Sum of RGB (Red+Green+Blue) = 171+166+13=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA60D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA60D is #5459F2. Grayscale: #969696. Windows color (decimal): -5528051 or 894635. OLE color: 894635.

HSL color Cylindrical-coordinate representation of color #ABA60D: hue angle of 58.1º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABA60D is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 13 -
CMYK 0 0.03 0.92 0.33
HSL 58.1º 0.86% 0.36% -
HSV(B) 58.1º 0.92% 0.67% -
XYZ 30.5 35.96 5.71 -
YUV 150.05 50.66 142.94 -
System Red Green Blue C M Y K H S L
Decimal 171 166 13 0 0.03 0.92 0.33 58.1 0.86 0.36
Hex AB A6 D 0 3 5C 21 3A 56 24
Octal 253 246 15 0 3 134 41 72 126 44
Binary 10101011 10100110 1101 0 11 1011100 100001 111010 1010110 100100

Color Harmonies of #ABA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA60D

Black with #ABA60D

Text Example


Text Example

White with #ABA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA60D; }

 p { color: rgb(171,166,13); }

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

background-color css

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

 a { background-color: rgb(171,166,13); }

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

border-color css

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

 span { border-color: rgb(171,166,13); }

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