Html Css Color HEX #A19326 Lucky

📋 copy color: '#A19326'

red 161 ◦ green 147 ◦ blue 38

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

Shades of Lucky #A19326

Tints of Lucky #A19326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.98%

R = 46.53%
G = 42.49%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A19326 (or 0xA19326) is known color: Lucky. HEX triplet: A1, 93 and 26. RGB value is (161,147,38). Sum of RGB (Red+Green+Blue) = 161+147+38=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A19326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19326 is #5E6CD9. Grayscale: #8B8B8B. Windows color (decimal): -6188250 or 2528161. OLE color: 2528161.

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

Color convert

RGB 161 147 38 -
CMYK 0 0.09 0.76 0.37
HSL 53.17º 0.62% 0.39% -
HSV(B) 53.17º 0.76% 0.63% -
XYZ 25.48 28.58 6.01 -
YUV 138.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 161 147 38 0 0.09 0.76 0.37 53.17 0.62 0.39
Hex A1 93 26 0 9 4C 25 35 3E 27
Octal 241 223 46 0 11 114 45 65 76 47
Binary 10100001 10010011 100110 0 1001 1001100 100101 110101 111110 100111

Color Harmonies of #A19326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19326

Black with #A19326

Text Example


Text Example

White with #A19326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19326; }

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

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

background-color css

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

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

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

border-color css

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

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

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