Html Css Color HEX #A09005 Lucky

📋 copy color: '#A09005'

red 160 ◦ green 144 ◦ blue 5

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

Shades of Lucky #A09005

Tints of Lucky #A09005

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.6%

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

R = 51.78%
G = 46.6%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A09005 (or 0xA09005) is known color: Lucky. HEX triplet: A0, 90 and 05. RGB value is (160,144,5). Sum of RGB (Red+Green+Blue) = 160+144+5=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A09005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09005 is #5F6FFA. Grayscale: #858585. Windows color (decimal): -6254587 or 364704. OLE color: 364704.

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

Color convert

RGB 160 144 5 -
CMYK 0 0.1 0.97 0.37
HSL 53.81º 0.94% 0.32% -
HSV(B) 53.81º 0.97% 0.63% -
XYZ 24.5 27.43 4.15 -
YUV 132.94 55.8 147.3 -
System Red Green Blue C M Y K H S L
Decimal 160 144 5 0 0.1 0.97 0.37 53.81 0.94 0.32
Hex A0 90 5 0 A 61 25 36 5E 20
Octal 240 220 5 0 12 141 45 66 136 40
Binary 10100000 10010000 101 0 1010 1100001 100101 110110 1011110 100000

Color Harmonies of #A09005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09005

Black with #A09005

Text Example


Text Example

White with #A09005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09005; }

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

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

background-color css

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

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

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

border-color css

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

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

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