Html Css Color HEX #A09417 Lucky

📋 copy color: '#A09417'

red 160 ◦ green 148 ◦ blue 23

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

Shades of Lucky #A09417

Tints of Lucky #A09417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.71%

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

R = 48.34%
G = 44.71%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A09417 (or 0xA09417) is known color: Lucky. HEX triplet: A0, 94 and 17. RGB value is (160,148,23). Sum of RGB (Red+Green+Blue) = 160+148+23=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A09417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09417 is #5F6BE8. Grayscale: #898989. Windows color (decimal): -6253545 or 1545376. OLE color: 1545376.

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

Color convert

RGB 160 148 23 -
CMYK 0 0.07 0.86 0.37
HSL 54.74º 0.75% 0.36% -
HSV(B) 54.74º 0.86% 0.63% -
XYZ 25.24 28.72 5.02 -
YUV 137.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 160 148 23 0 0.07 0.86 0.37 54.74 0.75 0.36
Hex A0 94 17 0 7 56 25 37 4B 24
Octal 240 224 27 0 7 126 45 67 113 44
Binary 10100000 10010100 10111 0 111 1010110 100101 110111 1001011 100100

Color Harmonies of #A09417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09417

Black with #A09417

Text Example


Text Example

White with #A09417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09417; }

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

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

background-color css

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

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

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

border-color css

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

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

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