Html Css Color HEX #A09421 Lucky

📋 copy color: '#A09421'

red 160 ◦ green 148 ◦ blue 33

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

Shades of Lucky #A09421

Tints of Lucky #A09421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.4%

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

R = 46.92%
G = 43.4%
B = 9.68%

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

#A09421 (or 0xA09421) is known color: Lucky. HEX triplet: A0, 94 and 21. RGB value is (160,148,33). Sum of RGB (Red+Green+Blue) = 160+148+33=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A09421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09421 is #5F6BDE. Grayscale: #8A8A8A. Windows color (decimal): -6253535 or 2200736. OLE color: 2200736.

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

Color convert

RGB 160 148 33 -
CMYK 0 0.07 0.79 0.37
HSL 54.33º 0.66% 0.38% -
HSV(B) 54.33º 0.79% 0.63% -
XYZ 25.36 28.76 5.65 -
YUV 138.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 160 148 33 0 0.07 0.79 0.37 54.33 0.66 0.38
Hex A0 94 21 0 7 4F 25 36 42 26
Octal 240 224 41 0 7 117 45 66 102 46
Binary 10100000 10010100 100001 0 111 1001111 100101 110110 1000010 100110

Color Harmonies of #A09421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09421

Black with #A09421

Text Example


Text Example

White with #A09421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09421; }

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

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

background-color css

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

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

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

border-color css

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

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

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