Html Css Color HEX #A0A125 Lucky

📋 copy color: '#A0A125'

red 160 ◦ green 161 ◦ blue 37

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

Shades of Lucky #A0A125

Tints of Lucky #A0A125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.34%

R = 44.69%
G = 44.97%
B = 10.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A0A125 (or 0xA0A125) is known color: Lucky. HEX triplet: A0, A1 and 25. RGB value is (160,161,37). Sum of RGB (Red+Green+Blue) = 160+161+37=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A125 is #5F5EDA. Grayscale: #939393. Windows color (decimal): -6250203 or 2466208. OLE color: 2466208.

HSL color Cylindrical-coordinate representation of color #A0A125: hue angle of 60.48º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0A125 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 161 37 -
CMYK 0.01 0 0.77 0.37
HSL 60.48º 0.63% 0.39% -
HSV(B) 60.48º 0.77% 0.63% -
XYZ 27.58 33.1 6.69 -
YUV 146.57 66.17 137.58 -
System Red Green Blue C M Y K H S L
Decimal 160 161 37 0.01 0 0.77 0.37 60.48 0.63 0.39
Hex A0 A1 25 1 0 4D 25 3C 3F 27
Octal 240 241 45 1 0 115 45 74 77 47
Binary 10100000 10100001 100101 1 0 1001101 100101 111100 111111 100111

Color Harmonies of #A0A125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A125

Black with #A0A125

Text Example


Text Example

White with #A0A125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A125; }

 p { color: rgb(160,161,37); }

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

background-color css

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

 a { background-color: rgb(160,161,37); }

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

border-color css

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

 span { border-color: rgb(160,161,37); }

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