Html Css Color HEX #A09F0E Lucky

📋 copy color: '#A09F0E'

red 160 ◦ green 159 ◦ blue 14

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

Shades of Lucky #A09F0E

Tints of Lucky #A09F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 48.05%
G = 47.75%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A09F0E (or 0xA09F0E) is known color: Lucky. HEX triplet: A0, 9F and 0E. RGB value is (160,159,14). Sum of RGB (Red+Green+Blue) = 160+159+14=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09F0E is #5F60F1. Grayscale: #8F8F8F. Windows color (decimal): -6250738 or 958368. OLE color: 958368.

HSL color Cylindrical-coordinate representation of color #A09F0E: hue angle of 59.59º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A09F0E is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 159 14 -
CMYK 0 0.01 0.91 0.37
HSL 59.59º 0.84% 0.34% -
HSV(B) 59.59º 0.91% 0.63% -
XYZ 26.97 32.3 5.23 -
YUV 142.77 55.33 140.29 -
System Red Green Blue C M Y K H S L
Decimal 160 159 14 0 0.01 0.91 0.37 59.59 0.84 0.34
Hex A0 9F E 0 1 5B 25 3C 54 22
Octal 240 237 16 0 1 133 45 74 124 42
Binary 10100000 10011111 1110 0 1 1011011 100101 111100 1010100 100010

Color Harmonies of #A09F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09F0E

Black with #A09F0E

Text Example


Text Example

White with #A09F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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