Html Css Color HEX #A0A523 Lucky

📋 copy color: '#A0A523'

red 160 ◦ green 165 ◦ blue 35

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

Shades of Lucky #A0A523

Tints of Lucky #A0A523

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.83%

 BLUE value IS 35 (14.06% from 255) = 9.72%

R = 44.44%
G = 45.83%
B = 9.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A0A523 (or 0xA0A523) is known color: Lucky. HEX triplet: A0, A5 and 23. RGB value is (160,165,35). Sum of RGB (Red+Green+Blue) = 160+165+35=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A523 is #5F5ADC. Grayscale: #959595. Windows color (decimal): -6249181 or 2336160. OLE color: 2336160.

HSL color Cylindrical-coordinate representation of color #A0A523: hue angle of 62.31º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0A523 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 165 35 -
CMYK 0.03 0 0.79 0.35
HSL 62.31º 0.65% 0.39% -
HSV(B) 62.31º 0.79% 0.65% -
XYZ 28.26 34.51 6.76 -
YUV 148.69 63.84 136.07 -
System Red Green Blue C M Y K H S L
Decimal 160 165 35 0.03 0 0.79 0.35 62.31 0.65 0.39
Hex A0 A5 23 3 0 4F 23 3E 41 27
Octal 240 245 43 3 0 117 43 76 101 47
Binary 10100000 10100101 100011 11 0 1001111 100011 111110 1000001 100111

Color Harmonies of #A0A523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A523

Black with #A0A523

Text Example


Text Example

White with #A0A523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A523; }

 p { color: rgb(160,165,35); }

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

background-color css

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

 a { background-color: rgb(160,165,35); }

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

border-color css

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

 span { border-color: rgb(160,165,35); }

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