Html Css Color HEX #A19328 Lucky

📋 copy color: '#A19328'

red 161 ◦ green 147 ◦ blue 40

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

Shades of Lucky #A19328

Tints of Lucky #A19328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

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

R = 46.26%
G = 42.24%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A19328 (or 0xA19328) is known color: Lucky. HEX triplet: A1, 93 and 28. RGB value is (161,147,40). Sum of RGB (Red+Green+Blue) = 161+147+40=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A19328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19328 is #5E6CD7. Grayscale: #8B8B8B. Windows color (decimal): -6188248 or 2659233. OLE color: 2659233.

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

Color convert

RGB 161 147 40 -
CMYK 0 0.09 0.75 0.37
HSL 53.06º 0.6% 0.39% -
HSV(B) 53.06º 0.75% 0.63% -
XYZ 25.51 28.6 6.18 -
YUV 138.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 161 147 40 0 0.09 0.75 0.37 53.06 0.6 0.39
Hex A1 93 28 0 9 4B 25 35 3C 27
Octal 241 223 50 0 11 113 45 65 74 47
Binary 10100001 10010011 101000 0 1001 1001011 100101 110101 111100 100111

Color Harmonies of #A19328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19328

Black with #A19328

Text Example


Text Example

White with #A19328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19328; }

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

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

background-color css

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

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

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

border-color css

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

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

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