Html Css Color HEX #A09509 Lucky

📋 copy color: '#A09509'

red 160 ◦ green 149 ◦ blue 9

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

Shades of Lucky #A09509

Tints of Lucky #A09509

RGB

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

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

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

R = 50.31%
G = 46.86%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A09509 (or 0xA09509) is known color: Lucky. HEX triplet: A0, 95 and 09. RGB value is (160,149,9). Sum of RGB (Red+Green+Blue) = 160+149+9=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A09509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09509 is #5F6AF6. Grayscale: #888888. Windows color (decimal): -6253303 or 628128. OLE color: 628128.

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

Color convert

RGB 160 149 9 -
CMYK 0 0.07 0.94 0.37
HSL 55.63º 0.89% 0.33% -
HSV(B) 55.63º 0.94% 0.63% -
XYZ 25.29 28.99 4.52 -
YUV 136.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 160 149 9 0 0.07 0.94 0.37 55.63 0.89 0.33
Hex A0 95 9 0 7 5E 25 38 59 21
Octal 240 225 11 0 7 136 45 70 131 41
Binary 10100000 10010101 1001 0 111 1011110 100101 111000 1011001 100001

Color Harmonies of #A09509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09509

Black with #A09509

Text Example


Text Example

White with #A09509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09509; }

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

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

background-color css

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

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

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

border-color css

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

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

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