Html Css Color HEX #A09326 Lucky

📋 copy color: '#A09326'

red 160 ◦ green 147 ◦ blue 38

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

Shades of Lucky #A09326

Tints of Lucky #A09326

RGB

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

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

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

R = 46.38%
G = 42.61%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A09326 (or 0xA09326) is known color: Lucky. HEX triplet: A0, 93 and 26. RGB value is (160,147,38). Sum of RGB (Red+Green+Blue) = 160+147+38=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A09326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09326 is #5F6CD9. Grayscale: #8A8A8A. Windows color (decimal): -6253786 or 2528160. OLE color: 2528160.

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

Color convert

RGB 160 147 38 -
CMYK 0 0.08 0.76 0.37
HSL 53.61º 0.62% 0.39% -
HSV(B) 53.61º 0.76% 0.63% -
XYZ 25.28 28.48 6 -
YUV 138.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 160 147 38 0 0.08 0.76 0.37 53.61 0.62 0.39
Hex A0 93 26 0 8 4C 25 36 3E 27
Octal 240 223 46 0 10 114 45 66 76 47
Binary 10100000 10010011 100110 0 1000 1001100 100101 110110 111110 100111

Color Harmonies of #A09326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09326

Black with #A09326

Text Example


Text Example

White with #A09326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09326; }

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

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

background-color css

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

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

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

border-color css

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

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

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