Html Css Color HEX #ABA107 Lucky

📋 copy color: '#ABA107'

red 171 ◦ green 161 ◦ blue 7

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

Shades of Lucky #ABA107

Tints of Lucky #ABA107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.06%

R = 50.44%
G = 47.49%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#ABA107 (or 0xABA107) is known color: Lucky. HEX triplet: AB, A1 and 07. RGB value is (171,161,7). Sum of RGB (Red+Green+Blue) = 171+161+7=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA107 is #545EF8. Grayscale: #939393. Windows color (decimal): -5529337 or 500139. OLE color: 500139.

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

Color convert

RGB 171 161 7 -
CMYK 0 0.06 0.96 0.33
HSL 56.34º 0.92% 0.35% -
HSV(B) 56.34º 0.96% 0.67% -
XYZ 29.58 34.16 5.24 -
YUV 146.43 49.31 145.52 -
System Red Green Blue C M Y K H S L
Decimal 171 161 7 0 0.06 0.96 0.33 56.34 0.92 0.35
Hex AB A1 7 0 6 60 21 38 5C 23
Octal 253 241 7 0 6 140 41 70 134 43
Binary 10101011 10100001 111 0 110 1100000 100001 111000 1011100 100011

Color Harmonies of #ABA107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA107

Black with #ABA107

Text Example


Text Example

White with #ABA107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA107; }

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

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

background-color css

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

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

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

border-color css

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

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

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