Html Css Color HEX #A09800 Lucky

📋 copy color: '#A09800'

red 160 ◦ green 152 ◦ blue 0

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

Shades of Lucky #A09800

Tints of Lucky #A09800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.72%

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

R = 51.28%
G = 48.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A09800 (or 0xA09800) is known color: Lucky. HEX triplet: A0, 98 and 00. RGB value is (160,152,0). Sum of RGB (Red+Green+Blue) = 160+152+0=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A09800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09800 is #5F67FF. Grayscale: #898989. Windows color (decimal): -6252544 or 39072. OLE color: 39072.

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

Color convert

RGB 160 152 0 -
CMYK 0 0.05 1 0.37
HSL 57º 1% 0.31% -
HSV(B) 57º 1% 0.63% -
XYZ 25.73 29.93 4.42 -
YUV 137.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 160 152 0 0 0.05 1 0.37 57 1 0.31
Hex A0 98 0 0 5 64 25 39 64 1F
Octal 240 230 0 0 5 144 45 71 144 37
Binary 10100000 10011000 0 0 101 1100100 100101 111001 1100100 11111

Color Harmonies of #A09800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09800

Black with #A09800

Text Example


Text Example

White with #A09800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09800; }

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

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

background-color css

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

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

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

border-color css

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

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

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