Html Css Color HEX #A09021 Lucky

📋 copy color: '#A09021'

red 160 ◦ green 144 ◦ blue 33

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

Shades of Lucky #A09021

Tints of Lucky #A09021

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.73%

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

R = 47.48%
G = 42.73%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A09021 (or 0xA09021) is known color: Lucky. HEX triplet: A0, 90 and 21. RGB value is (160,144,33). Sum of RGB (Red+Green+Blue) = 160+144+33=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A09021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09021 is #5F6FDE. Grayscale: #888888. Windows color (decimal): -6254559 or 2199712. OLE color: 2199712.

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

Color convert

RGB 160 144 33 -
CMYK 0 0.1 0.79 0.37
HSL 52.44º 0.66% 0.38% -
HSV(B) 52.44º 0.79% 0.63% -
XYZ 24.74 27.53 5.45 -
YUV 136.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 160 144 33 0 0.1 0.79 0.37 52.44 0.66 0.38
Hex A0 90 21 0 A 4F 25 34 42 26
Octal 240 220 41 0 12 117 45 64 102 46
Binary 10100000 10010000 100001 0 1010 1001111 100101 110100 1000010 100110

Color Harmonies of #A09021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09021

Black with #A09021

Text Example


Text Example

White with #A09021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09021; }

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

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

background-color css

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

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

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

border-color css

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

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

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