Html Css Color HEX #A09123 Lucky

📋 copy color: '#A09123'

red 160 ◦ green 145 ◦ blue 35

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

Shades of Lucky #A09123

Tints of Lucky #A09123

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.65%

 BLUE value IS 35 (14.06% from 255) = 10.29%

R = 47.06%
G = 42.65%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A09123 (or 0xA09123) is known color: Lucky. HEX triplet: A0, 91 and 23. RGB value is (160,145,35). Sum of RGB (Red+Green+Blue) = 160+145+35=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A09123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09123 is #5F6EDC. Grayscale: #898989. Windows color (decimal): -6254301 or 2331040. OLE color: 2331040.

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

Color convert

RGB 160 145 35 -
CMYK 0 0.09 0.78 0.37
HSL 52.8º 0.64% 0.38% -
HSV(B) 52.8º 0.78% 0.63% -
XYZ 24.93 27.85 5.65 -
YUV 136.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 160 145 35 0 0.09 0.78 0.37 52.8 0.64 0.38
Hex A0 91 23 0 9 4E 25 35 40 26
Octal 240 221 43 0 11 116 45 65 100 46
Binary 10100000 10010001 100011 0 1001 1001110 100101 110101 1000000 100110

Color Harmonies of #A09123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09123

Black with #A09123

Text Example


Text Example

White with #A09123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09123; }

 p { color: rgb(160,145,35); }

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

background-color css

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

 a { background-color: rgb(160,145,35); }

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

border-color css

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

 span { border-color: rgb(160,145,35); }

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