Html Css Color HEX #ABA108 Lucky

📋 copy color: '#ABA108'

red 171 ◦ green 161 ◦ blue 8

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

Shades of Lucky #ABA108

Tints of Lucky #ABA108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.35%

R = 50.29%
G = 47.35%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#ABA108 (or 0xABA108) is known color: Lucky. HEX triplet: AB, A1 and 08. RGB value is (171,161,8). Sum of RGB (Red+Green+Blue) = 171+161+8=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA108 is #545EF7. Grayscale: #939393. Windows color (decimal): -5529336 or 565675. OLE color: 565675.

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

Color convert

RGB 171 161 8 -
CMYK 0 0.06 0.95 0.33
HSL 56.32º 0.91% 0.35% -
HSV(B) 56.32º 0.95% 0.67% -
XYZ 29.58 34.17 5.27 -
YUV 146.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 171 161 8 0 0.06 0.95 0.33 56.32 0.91 0.35
Hex AB A1 8 0 6 5F 21 38 5B 23
Octal 253 241 10 0 6 137 41 70 133 43
Binary 10101011 10100001 1000 0 110 1011111 100001 111000 1011011 100011

Color Harmonies of #ABA108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA108

Black with #ABA108

Text Example


Text Example

White with #ABA108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA108; }

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

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

background-color css

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

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

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

border-color css

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

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

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