Html Css Color HEX #A09416 Lucky

📋 copy color: '#A09416'

red 160 ◦ green 148 ◦ blue 22

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

Shades of Lucky #A09416

Tints of Lucky #A09416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.67%

R = 48.48%
G = 44.85%
B = 6.67%

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

#A09416 (or 0xA09416) is known color: Lucky. HEX triplet: A0, 94 and 16. RGB value is (160,148,22). Sum of RGB (Red+Green+Blue) = 160+148+22=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A09416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09416 is #5F6BE9. Grayscale: #898989. Windows color (decimal): -6253546 or 1479840. OLE color: 1479840.

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

Color convert

RGB 160 148 22 -
CMYK 0 0.07 0.86 0.37
HSL 54.78º 0.76% 0.36% -
HSV(B) 54.78º 0.86% 0.63% -
XYZ 25.23 28.71 4.97 -
YUV 137.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 160 148 22 0 0.07 0.86 0.37 54.78 0.76 0.36
Hex A0 94 16 0 7 56 25 37 4C 24
Octal 240 224 26 0 7 126 45 67 114 44
Binary 10100000 10010100 10110 0 111 1010110 100101 110111 1001100 100100

Color Harmonies of #A09416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09416

Black with #A09416

Text Example


Text Example

White with #A09416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09416; }

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

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

background-color css

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

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

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

border-color css

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

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

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