Html Css Color HEX #A09300 Lucky

📋 copy color: '#A09300'

red 160 ◦ green 147 ◦ blue 0

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

Shades of Lucky #A09300

Tints of Lucky #A09300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.88%

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

R = 52.12%
G = 47.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A09300 (or 0xA09300) is known color: Lucky. HEX triplet: A0, 93 and 00. RGB value is (160,147,0). Sum of RGB (Red+Green+Blue) = 160+147+0=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A09300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09300 is #5F6CFF. Grayscale: #868686. Windows color (decimal): -6253824 or 37792. OLE color: 37792.

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

Color convert

RGB 160 147 0 -
CMYK 0 0.08 1 0.37
HSL 55.13º 1% 0.31% -
HSV(B) 55.13º 1% 0.63% -
XYZ 24.93 28.34 4.16 -
YUV 134.13 52.31 146.45 -
System Red Green Blue C M Y K H S L
Decimal 160 147 0 0 0.08 1 0.37 55.13 1 0.31
Hex A0 93 0 0 8 64 25 37 64 1F
Octal 240 223 0 0 10 144 45 67 144 37
Binary 10100000 10010011 0 0 1000 1100100 100101 110111 1100100 11111

Color Harmonies of #A09300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09300

Black with #A09300

Text Example


Text Example

White with #A09300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09300; }

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

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

background-color css

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

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

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

border-color css

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

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

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