Html Css Color HEX #A09022 Lucky

📋 copy color: '#A09022'

red 160 ◦ green 144 ◦ blue 34

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

Shades of Lucky #A09022

Tints of Lucky #A09022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.06%

R = 47.34%
G = 42.6%
B = 10.06%

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

#A09022 (or 0xA09022) is known color: Lucky. HEX triplet: A0, 90 and 22. RGB value is (160,144,34). Sum of RGB (Red+Green+Blue) = 160+144+34=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A09022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09022 is #5F6FDD. Grayscale: #888888. Windows color (decimal): -6254558 or 2265248. OLE color: 2265248.

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

Color convert

RGB 160 144 34 -
CMYK 0 0.1 0.79 0.37
HSL 52.38º 0.65% 0.38% -
HSV(B) 52.38º 0.79% 0.63% -
XYZ 24.76 27.54 5.52 -
YUV 136.24 70.3 144.94 -
System Red Green Blue C M Y K H S L
Decimal 160 144 34 0 0.1 0.79 0.37 52.38 0.65 0.38
Hex A0 90 22 0 A 4F 25 34 41 26
Octal 240 220 42 0 12 117 45 64 101 46
Binary 10100000 10010000 100010 0 1010 1001111 100101 110100 1000001 100110

Color Harmonies of #A09022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09022

Black with #A09022

Text Example


Text Example

White with #A09022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09022; }

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

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

background-color css

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

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

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

border-color css

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

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

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