Html Css Color HEX #A09F16 Lucky

📋 copy color: '#A09F16'

red 160 ◦ green 159 ◦ blue 22

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

Shades of Lucky #A09F16

Tints of Lucky #A09F16

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.63%

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

R = 46.92%
G = 46.63%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A09F16 (or 0xA09F16) is known color: Lucky. HEX triplet: A0, 9F and 16. RGB value is (160,159,22). Sum of RGB (Red+Green+Blue) = 160+159+22=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09F16 is #5F60E9. Grayscale: #909090. Windows color (decimal): -6250730 or 1482656. OLE color: 1482656.

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

Color convert

RGB 160 159 22 -
CMYK 0 0.01 0.86 0.37
HSL 59.57º 0.76% 0.36% -
HSV(B) 59.57º 0.86% 0.63% -
XYZ 27.04 32.33 5.57 -
YUV 143.68 59.33 139.64 -
System Red Green Blue C M Y K H S L
Decimal 160 159 22 0 0.01 0.86 0.37 59.57 0.76 0.36
Hex A0 9F 16 0 1 56 25 3C 4C 24
Octal 240 237 26 0 1 126 45 74 114 44
Binary 10100000 10011111 10110 0 1 1010110 100101 111100 1001100 100100

Color Harmonies of #A09F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09F16

Black with #A09F16

Text Example


Text Example

White with #A09F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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