Html Css Color HEX #A09805 Lucky

📋 copy color: '#A09805'

red 160 ◦ green 152 ◦ blue 5

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

Shades of Lucky #A09805

Tints of Lucky #A09805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 50.47%
G = 47.95%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A09805 (or 0xA09805) is known color: Lucky. HEX triplet: A0, 98 and 05. RGB value is (160,152,5). Sum of RGB (Red+Green+Blue) = 160+152+5=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A09805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09805 is #5F67FA. Grayscale: #8A8A8A. Windows color (decimal): -6252539 or 366752. OLE color: 366752.

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

Color convert

RGB 160 152 5 -
CMYK 0 0.05 0.97 0.37
HSL 56.9º 0.94% 0.32% -
HSV(B) 56.9º 0.97% 0.63% -
XYZ 25.75 29.94 4.57 -
YUV 137.63 53.15 143.95 -
System Red Green Blue C M Y K H S L
Decimal 160 152 5 0 0.05 0.97 0.37 56.9 0.94 0.32
Hex A0 98 5 0 5 61 25 39 5E 20
Octal 240 230 5 0 5 141 45 71 136 40
Binary 10100000 10011000 101 0 101 1100001 100101 111001 1011110 100000

Color Harmonies of #A09805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09805

Black with #A09805

Text Example


Text Example

White with #A09805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09805; }

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

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

background-color css

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

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

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

border-color css

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

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

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