Html Css Color HEX #A19525 Lucky

📋 copy color: '#A19525'

red 161 ◦ green 149 ◦ blue 37

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

Shades of Lucky #A19525

Tints of Lucky #A19525

RGB

 RED value IS 161 (63.28% from 255) = 46.4%

 GREEN value IS 149 (58.59% from 255) = 42.94%

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

R = 46.4%
G = 42.94%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A19525 (or 0xA19525) is known color: Lucky. HEX triplet: A1, 95 and 25. RGB value is (161,149,37). Sum of RGB (Red+Green+Blue) = 161+149+37=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A19525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19525 is #5E6ADA. Grayscale: #8C8C8C. Windows color (decimal): -6187739 or 2463137. OLE color: 2463137.

HSL color Cylindrical-coordinate representation of color #A19525: hue angle of 54.19º 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 #A19525 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 149 37 -
CMYK 0 0.07 0.77 0.37
HSL 54.19º 0.63% 0.39% -
HSV(B) 54.19º 0.77% 0.63% -
XYZ 25.78 29.21 6.03 -
YUV 139.82 69.98 143.11 -
System Red Green Blue C M Y K H S L
Decimal 161 149 37 0 0.07 0.77 0.37 54.19 0.63 0.39
Hex A1 95 25 0 7 4D 25 36 3F 27
Octal 241 225 45 0 7 115 45 66 77 47
Binary 10100001 10010101 100101 0 111 1001101 100101 110110 111111 100111

Color Harmonies of #A19525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19525

Black with #A19525

Text Example


Text Example

White with #A19525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19525; }

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

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

background-color css

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

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

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

border-color css

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

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

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