Html Css Color HEX #ABA50D Lucky

📋 copy color: '#ABA50D'

red 171 ◦ green 165 ◦ blue 13

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

Shades of Lucky #ABA50D

Tints of Lucky #ABA50D

RGB

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

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

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

R = 49%
G = 47.28%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ABA50D (or 0xABA50D) is known color: Lucky. HEX triplet: AB, A5 and 0D. RGB value is (171,165,13). Sum of RGB (Red+Green+Blue) = 171+165+13=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA50D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA50D is #545AF2. Grayscale: #969696. Windows color (decimal): -5528307 or 894379. OLE color: 894379.

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

Color convert

RGB 171 165 13 -
CMYK 0 0.04 0.92 0.33
HSL 57.72º 0.86% 0.36% -
HSV(B) 57.72º 0.92% 0.67% -
XYZ 30.32 35.6 5.65 -
YUV 149.47 50.99 143.36 -
System Red Green Blue C M Y K H S L
Decimal 171 165 13 0 0.04 0.92 0.33 57.72 0.86 0.36
Hex AB A5 D 0 4 5C 21 3A 56 24
Octal 253 245 15 0 4 134 41 72 126 44
Binary 10101011 10100101 1101 0 100 1011100 100001 111010 1010110 100100

Color Harmonies of #ABA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA50D

Black with #ABA50D

Text Example


Text Example

White with #ABA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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