Html Css Color HEX #A19528 Lucky

📋 copy color: '#A19528'

red 161 ◦ green 149 ◦ blue 40

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

Shades of Lucky #A19528

Tints of Lucky #A19528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 46%
G = 42.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A19528 (or 0xA19528) is known color: Lucky. HEX triplet: A1, 95 and 28. RGB value is (161,149,40). Sum of RGB (Red+Green+Blue) = 161+149+40=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A19528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19528 is #5E6AD7. Grayscale: #8C8C8C. Windows color (decimal): -6187736 or 2659745. OLE color: 2659745.

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

Color convert

RGB 161 149 40 -
CMYK 0 0.07 0.75 0.37
HSL 54.05º 0.6% 0.39% -
HSV(B) 54.05º 0.75% 0.63% -
XYZ 25.83 29.23 6.29 -
YUV 140.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 161 149 40 0 0.07 0.75 0.37 54.05 0.6 0.39
Hex A1 95 28 0 7 4B 25 36 3C 27
Octal 241 225 50 0 7 113 45 66 74 47
Binary 10100001 10010101 101000 0 111 1001011 100101 110110 111100 100111

Color Harmonies of #A19528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19528

Black with #A19528

Text Example


Text Example

White with #A19528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19528; }

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

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

background-color css

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

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

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

border-color css

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

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

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