Html Css Color HEX #A09321 Lucky

📋 copy color: '#A09321'

red 160 ◦ green 147 ◦ blue 33

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

Shades of Lucky #A09321

Tints of Lucky #A09321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.71%

R = 47.06%
G = 43.24%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A09321 (or 0xA09321) is known color: Lucky. HEX triplet: A0, 93 and 21. RGB value is (160,147,33). Sum of RGB (Red+Green+Blue) = 160+147+33=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A09321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09321 is #5F6CDE. Grayscale: #8A8A8A. Windows color (decimal): -6253791 or 2200480. OLE color: 2200480.

HSL color Cylindrical-coordinate representation of color #A09321: hue angle of 53.86º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A09321 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 147 33 -
CMYK 0 0.08 0.79 0.37
HSL 53.86º 0.66% 0.38% -
HSV(B) 53.86º 0.79% 0.63% -
XYZ 25.21 28.45 5.6 -
YUV 137.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 160 147 33 0 0.08 0.79 0.37 53.86 0.66 0.38
Hex A0 93 21 0 8 4F 25 36 42 26
Octal 240 223 41 0 10 117 45 66 102 46
Binary 10100000 10010011 100001 0 1000 1001111 100101 110110 1000010 100110

Color Harmonies of #A09321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09321

Black with #A09321

Text Example


Text Example

White with #A09321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09321; }

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

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

background-color css

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

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

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

border-color css

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

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

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