Html Css Color HEX #A09500 Lucky

📋 copy color: '#A09500'

red 160 ◦ green 149 ◦ blue 0

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

Shades of Lucky #A09500

Tints of Lucky #A09500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.78%
G = 48.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A09500 (or 0xA09500) is known color: Lucky. HEX triplet: A0, 95 and 00. RGB value is (160,149,0). Sum of RGB (Red+Green+Blue) = 160+149+0=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A09500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09500 is #5F6AFF. Grayscale: #878787. Windows color (decimal): -6253312 or 38304. OLE color: 38304.

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

Color convert

RGB 160 149 0 -
CMYK 0 0.07 1 0.37
HSL 55.88º 1% 0.31% -
HSV(B) 55.88º 1% 0.63% -
XYZ 25.24 28.97 4.26 -
YUV 135.3 51.64 145.62 -
System Red Green Blue C M Y K H S L
Decimal 160 149 0 0 0.07 1 0.37 55.88 1 0.31
Hex A0 95 0 0 7 64 25 38 64 1F
Octal 240 225 0 0 7 144 45 70 144 37
Binary 10100000 10010101 0 0 111 1100100 100101 111000 1100100 11111

Color Harmonies of #A09500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09500

Black with #A09500

Text Example


Text Example

White with #A09500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09500; }

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

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

background-color css

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

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

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

border-color css

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

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

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