Html Css Color HEX #A09524 Lucky

📋 copy color: '#A09524'

red 160 ◦ green 149 ◦ blue 36

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

Shades of Lucky #A09524

Tints of Lucky #A09524

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.19%

 BLUE value IS 36 (14.45% from 255) = 10.43%

R = 46.38%
G = 43.19%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A09524 (or 0xA09524) is known color: Lucky. HEX triplet: A0, 95 and 24. RGB value is (160,149,36). Sum of RGB (Red+Green+Blue) = 160+149+36=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A09524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09524 is #5F6ADB. Grayscale: #8B8B8B. Windows color (decimal): -6253276 or 2397600. OLE color: 2397600.

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

Color convert

RGB 160 149 36 -
CMYK 0 0.07 0.78 0.37
HSL 54.68º 0.63% 0.38% -
HSV(B) 54.68º 0.78% 0.63% -
XYZ 25.56 29.1 5.94 -
YUV 139.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 160 149 36 0 0.07 0.78 0.37 54.68 0.63 0.38
Hex A0 95 24 0 7 4E 25 37 3F 26
Octal 240 225 44 0 7 116 45 67 77 46
Binary 10100000 10010101 100100 0 111 1001110 100101 110111 111111 100110

Color Harmonies of #A09524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09524

Black with #A09524

Text Example


Text Example

White with #A09524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09524; }

 p { color: rgb(160,149,36); }

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

background-color css

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

 a { background-color: rgb(160,149,36); }

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

border-color css

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

 span { border-color: rgb(160,149,36); }

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