Html Css Color HEX #A0A71C Lucky

📋 copy color: '#A0A71C'

red 160 ◦ green 167 ◦ blue 28

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

Shades of Lucky #A0A71C

Tints of Lucky #A0A71C

RGB

 RED value IS 160 (62.89% from 255) = 45.07%

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

 BLUE value IS 28 (11.33% from 255) = 7.89%

R = 45.07%
G = 47.04%
B = 7.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A0A71C (or 0xA0A71C) is known color: Lucky. HEX triplet: A0, A7 and 1C. RGB value is (160,167,28). Sum of RGB (Red+Green+Blue) = 160+167+28=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A71C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A71C is #5F58E3. Grayscale: #959595. Windows color (decimal): -6248676 or 1877920. OLE color: 1877920.

HSL color Cylindrical-coordinate representation of color #A0A71C: hue angle of 63.02º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0A71C is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 167 28 -
CMYK 0.04 0 0.83 0.35
HSL 63.02º 0.71% 0.38% -
HSV(B) 63.02º 0.83% 0.65% -
XYZ 28.53 35.19 6.39 -
YUV 149.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 160 167 28 0.04 0 0.83 0.35 63.02 0.71 0.38
Hex A0 A7 1C 4 0 53 23 3F 47 26
Octal 240 247 34 4 0 123 43 77 107 46
Binary 10100000 10100111 11100 100 0 1010011 100011 111111 1000111 100110

Color Harmonies of #A0A71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A71C

Black with #A0A71C

Text Example


Text Example

White with #A0A71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A71C; }

 p { color: rgb(160,167,28); }

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

background-color css

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

 a { background-color: rgb(160,167,28); }

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

border-color css

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

 span { border-color: rgb(160,167,28); }

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