Html Css Color HEX #A09521 Lucky

📋 copy color: '#A09521'

red 160 ◦ green 149 ◦ blue 33

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

Shades of Lucky #A09521

Tints of Lucky #A09521

RGB

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

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

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

R = 46.78%
G = 43.57%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A09521 (or 0xA09521) is known color: Lucky. HEX triplet: A0, 95 and 21. RGB value is (160,149,33). Sum of RGB (Red+Green+Blue) = 160+149+33=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A09521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09521 is #5F6ADE. Grayscale: #8B8B8B. Windows color (decimal): -6253279 or 2200992. OLE color: 2200992.

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

Color convert

RGB 160 149 33 -
CMYK 0 0.07 0.79 0.37
HSL 54.8º 0.66% 0.38% -
HSV(B) 54.8º 0.79% 0.63% -
XYZ 25.52 29.08 5.71 -
YUV 139.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 160 149 33 0 0.07 0.79 0.37 54.8 0.66 0.38
Hex A0 95 21 0 7 4F 25 37 42 26
Octal 240 225 41 0 7 117 45 67 102 46
Binary 10100000 10010101 100001 0 111 1001111 100101 110111 1000010 100110

Color Harmonies of #A09521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09521

Black with #A09521

Text Example


Text Example

White with #A09521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09521; }

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

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

background-color css

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

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

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

border-color css

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

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

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