Html Css Color HEX #A09017 Lucky

📋 copy color: '#A09017'

red 160 ◦ green 144 ◦ blue 23

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

Shades of Lucky #A09017

Tints of Lucky #A09017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.03%

R = 48.93%
G = 44.04%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A09017 (or 0xA09017) is known color: Lucky. HEX triplet: A0, 90 and 17. RGB value is (160,144,23). Sum of RGB (Red+Green+Blue) = 160+144+23=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A09017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09017 is #5F6FE8. Grayscale: #878787. Windows color (decimal): -6254569 or 1544352. OLE color: 1544352.

HSL color Cylindrical-coordinate representation of color #A09017: hue angle of 52.99º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A09017 is Cyan = 0, Magento = 0.1, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 144 23 -
CMYK 0 0.1 0.86 0.37
HSL 52.99º 0.75% 0.36% -
HSV(B) 52.99º 0.86% 0.63% -
XYZ 24.63 27.48 4.82 -
YUV 134.99 64.8 145.84 -
System Red Green Blue C M Y K H S L
Decimal 160 144 23 0 0.1 0.86 0.37 52.99 0.75 0.36
Hex A0 90 17 0 A 56 25 35 4B 24
Octal 240 220 27 0 12 126 45 65 113 44
Binary 10100000 10010000 10111 0 1010 1010110 100101 110101 1001011 100100

Color Harmonies of #A09017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09017

Black with #A09017

Text Example


Text Example

White with #A09017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09017; }

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

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

background-color css

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

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

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

border-color css

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

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

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