Html Css Color HEX #ABA407 Lucky

📋 copy color: '#ABA407'

red 171 ◦ green 164 ◦ blue 7

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

Shades of Lucky #ABA407

Tints of Lucky #ABA407

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.95%

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

R = 50%
G = 47.95%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#ABA407 (or 0xABA407) is known color: Lucky. HEX triplet: AB, A4 and 07. RGB value is (171,164,7). Sum of RGB (Red+Green+Blue) = 171+164+7=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA407 is #545BF8. Grayscale: #949494. Windows color (decimal): -5528569 or 500907. OLE color: 500907.

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

Color convert

RGB 171 164 7 -
CMYK 0 0.04 0.96 0.33
HSL 57.44º 0.92% 0.35% -
HSV(B) 57.44º 0.96% 0.67% -
XYZ 30.11 35.22 5.41 -
YUV 148.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 171 164 7 0 0.04 0.96 0.33 57.44 0.92 0.35
Hex AB A4 7 0 4 60 21 39 5C 23
Octal 253 244 7 0 4 140 41 71 134 43
Binary 10101011 10100100 111 0 100 1100000 100001 111001 1011100 100011

Color Harmonies of #ABA407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA407

Black with #ABA407

Text Example


Text Example

White with #ABA407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA407; }

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

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

background-color css

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

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

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

border-color css

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

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

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