Html Css Color HEX #A09C0E Lucky

📋 copy color: '#A09C0E'

red 160 ◦ green 156 ◦ blue 14

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

Shades of Lucky #A09C0E

Tints of Lucky #A09C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.27%

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

R = 48.48%
G = 47.27%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A09C0E (or 0xA09C0E) is known color: Lucky. HEX triplet: A0, 9C and 0E. RGB value is (160,156,14). Sum of RGB (Red+Green+Blue) = 160+156+14=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09C0E is #5F63F1. Grayscale: #8D8D8D. Windows color (decimal): -6251506 or 957600. OLE color: 957600.

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

Color convert

RGB 160 156 14 -
CMYK 0 0.02 0.91 0.37
HSL 58.36º 0.84% 0.34% -
HSV(B) 58.36º 0.91% 0.63% -
XYZ 26.46 31.28 5.06 -
YUV 141.01 56.33 141.55 -
System Red Green Blue C M Y K H S L
Decimal 160 156 14 0 0.02 0.91 0.37 58.36 0.84 0.34
Hex A0 9C E 0 2 5B 25 3A 54 22
Octal 240 234 16 0 2 133 45 72 124 42
Binary 10100000 10011100 1110 0 10 1011011 100101 111010 1010100 100010

Color Harmonies of #A09C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09C0E

Black with #A09C0E

Text Example


Text Example

White with #A09C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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