Html Css Color HEX #ABA10D Lucky

📋 copy color: '#ABA10D'

red 171 ◦ green 161 ◦ blue 13

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

Shades of Lucky #ABA10D

Tints of Lucky #ABA10D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.67%

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

R = 49.57%
G = 46.67%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ABA10D (or 0xABA10D) is known color: Lucky. HEX triplet: AB, A1 and 0D. RGB value is (171,161,13). Sum of RGB (Red+Green+Blue) = 171+161+13=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA10D is #545EF2. Grayscale: #939393. Windows color (decimal): -5529331 or 893355. OLE color: 893355.

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

Color convert

RGB 171 161 13 -
CMYK 0 0.06 0.92 0.33
HSL 56.2º 0.86% 0.36% -
HSV(B) 56.2º 0.92% 0.67% -
XYZ 29.61 34.18 5.42 -
YUV 147.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 171 161 13 0 0.06 0.92 0.33 56.2 0.86 0.36
Hex AB A1 D 0 6 5C 21 38 56 24
Octal 253 241 15 0 6 134 41 70 126 44
Binary 10101011 10100001 1101 0 110 1011100 100001 111000 1010110 100100

Color Harmonies of #ABA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA10D

Black with #ABA10D

Text Example


Text Example

White with #ABA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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