Html Css Color HEX #ABA70C Lucky

📋 copy color: '#ABA70C'

red 171 ◦ green 167 ◦ blue 12

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

Shades of Lucky #ABA70C

Tints of Lucky #ABA70C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.71%

 BLUE value IS 12 (5.08% from 255) = 3.43%

R = 48.86%
G = 47.71%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#ABA70C (or 0xABA70C) is known color: Lucky. HEX triplet: AB, A7 and 0C. RGB value is (171,167,12). Sum of RGB (Red+Green+Blue) = 171+167+12=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA70C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA70C is #5458F3. Grayscale: #979797. Windows color (decimal): -5527796 or 829355. OLE color: 829355.

HSL color Cylindrical-coordinate representation of color #ABA70C: hue angle of 58.49º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABA70C is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 167 12 -
CMYK 0 0.02 0.93 0.33
HSL 58.49º 0.87% 0.36% -
HSV(B) 58.49º 0.93% 0.67% -
XYZ 30.68 36.32 5.74 -
YUV 150.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 171 167 12 0 0.02 0.93 0.33 58.49 0.87 0.36
Hex AB A7 C 0 2 5D 21 3A 57 24
Octal 253 247 14 0 2 135 41 72 127 44
Binary 10101011 10100111 1100 0 10 1011101 100001 111010 1010111 100100

Color Harmonies of #ABA70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA70C

Black with #ABA70C

Text Example


Text Example

White with #ABA70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA70C; }

 p { color: rgb(171,167,12); }

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

background-color css

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

 a { background-color: rgb(171,167,12); }

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

border-color css

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

 span { border-color: rgb(171,167,12); }

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