Html Css Color HEX #A09D09 Lucky

📋 copy color: '#A09D09'

red 160 ◦ green 157 ◦ blue 9

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

Shades of Lucky #A09D09

Tints of Lucky #A09D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.76%

R = 49.08%
G = 48.16%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A09D09 (or 0xA09D09) is known color: Lucky. HEX triplet: A0, 9D and 09. RGB value is (160,157,9). Sum of RGB (Red+Green+Blue) = 160+157+9=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09D09 is #5F62F6. Grayscale: #8D8D8D. Windows color (decimal): -6251255 or 630176. OLE color: 630176.

HSL color Cylindrical-coordinate representation of color #A09D09: hue angle of 58.81º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A09D09 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 157 9 -
CMYK 0 0.02 0.94 0.37
HSL 58.81º 0.89% 0.33% -
HSV(B) 58.81º 0.94% 0.63% -
XYZ 26.6 31.61 4.96 -
YUV 141.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 160 157 9 0 0.02 0.94 0.37 58.81 0.89 0.33
Hex A0 9D 9 0 2 5E 25 3B 59 21
Octal 240 235 11 0 2 136 45 73 131 41
Binary 10100000 10011101 1001 0 10 1011110 100101 111011 1011001 100001

Color Harmonies of #A09D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09D09

Black with #A09D09

Text Example


Text Example

White with #A09D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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