Html Css Color HEX #A09223 Lucky

📋 copy color: '#A09223'

red 160 ◦ green 146 ◦ blue 35

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

Shades of Lucky #A09223

Tints of Lucky #A09223

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.82%

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

R = 46.92%
G = 42.82%
B = 10.26%

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

#A09223 (or 0xA09223) is known color: Lucky. HEX triplet: A0, 92 and 23. RGB value is (160,146,35). Sum of RGB (Red+Green+Blue) = 160+146+35=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A09223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09223 is #5F6DDC. Grayscale: #898989. Windows color (decimal): -6254045 or 2331296. OLE color: 2331296.

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

Color convert

RGB 160 146 35 -
CMYK 0 0.09 0.78 0.37
HSL 53.28º 0.64% 0.38% -
HSV(B) 53.28º 0.78% 0.63% -
XYZ 25.08 28.15 5.7 -
YUV 137.53 70.14 144.03 -
System Red Green Blue C M Y K H S L
Decimal 160 146 35 0 0.09 0.78 0.37 53.28 0.64 0.38
Hex A0 92 23 0 9 4E 25 35 40 26
Octal 240 222 43 0 11 116 45 65 100 46
Binary 10100000 10010010 100011 0 1001 1001110 100101 110101 1000000 100110

Color Harmonies of #A09223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09223

Black with #A09223

Text Example


Text Example

White with #A09223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09223; }

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

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

background-color css

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

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

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

border-color css

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

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

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