Html Css Color HEX #A09325 Lucky

📋 copy color: '#A09325'

red 160 ◦ green 147 ◦ blue 37

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

Shades of Lucky #A09325

Tints of Lucky #A09325

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

 BLUE value IS 37 (14.84% from 255) = 10.76%

R = 46.51%
G = 42.73%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A09325 (or 0xA09325) is known color: Lucky. HEX triplet: A0, 93 and 25. RGB value is (160,147,37). Sum of RGB (Red+Green+Blue) = 160+147+37=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A09325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09325 is #5F6CDA. Grayscale: #8A8A8A. Windows color (decimal): -6253787 or 2462624. OLE color: 2462624.

HSL color Cylindrical-coordinate representation of color #A09325: hue angle of 53.66º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A09325 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 147 37 -
CMYK 0 0.08 0.77 0.37
HSL 53.66º 0.62% 0.39% -
HSV(B) 53.66º 0.77% 0.63% -
XYZ 25.26 28.47 5.91 -
YUV 138.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 160 147 37 0 0.08 0.77 0.37 53.66 0.62 0.39
Hex A0 93 25 0 8 4D 25 36 3E 27
Octal 240 223 45 0 10 115 45 66 76 47
Binary 10100000 10010011 100101 0 1000 1001101 100101 110110 111110 100111

Color Harmonies of #A09325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09325

Black with #A09325

Text Example


Text Example

White with #A09325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09325; }

 p { color: rgb(160,147,37); }

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

background-color css

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

 a { background-color: rgb(160,147,37); }

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

border-color css

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

 span { border-color: rgb(160,147,37); }

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