Html Css Color HEX #A09D2C Lucky

📋 copy color: '#A09D2C'

red 160 ◦ green 157 ◦ blue 44

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

Shades of Lucky #A09D2C

Tints of Lucky #A09D2C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.49%

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 44.32%
G = 43.49%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A09D2C (or 0xA09D2C) is known color: Lucky. HEX triplet: A0, 9D and 2C. RGB value is (160,157,44). Sum of RGB (Red+Green+Blue) = 160+157+44=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09D2C is #5F62D3. Grayscale: #919191. Windows color (decimal): -6251220 or 2923936. OLE color: 2923936.

HSL color Cylindrical-coordinate representation of color #A09D2C: hue angle of 58.45º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A09D2C is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 157 44 -
CMYK 0 0.02 0.72 0.37
HSL 58.45º 0.57% 0.4% -
HSV(B) 58.45º 0.73% 0.63% -
XYZ 27.01 31.77 7.09 -
YUV 145.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 160 157 44 0 0.02 0.72 0.37 58.45 0.57 0.4
Hex A0 9D 2C 0 2 48 25 3A 39 28
Octal 240 235 54 0 2 110 45 72 71 50
Binary 10100000 10011101 101100 0 10 1001000 100101 111010 111001 101000

Color Harmonies of #A09D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09D2C

Black with #A09D2C

Text Example


Text Example

White with #A09D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09D2C; }

 p { color: rgb(160,157,44); }

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

background-color css

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

 a { background-color: rgb(160,157,44); }

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

border-color css

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

 span { border-color: rgb(160,157,44); }

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