Html Css Color HEX #A19E0E Lucky

📋 copy color: '#A19E0E'

red 161 ◦ green 158 ◦ blue 14

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

Shades of Lucky #A19E0E

Tints of Lucky #A19E0E

RGB

 RED value IS 161 (63.28% from 255) = 48.35%

 GREEN value IS 158 (62.11% from 255) = 47.45%

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

R = 48.35%
G = 47.45%
B = 4.2%

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

#A19E0E (or 0xA19E0E) is known color: Lucky. HEX triplet: A1, 9E and 0E. RGB value is (161,158,14). Sum of RGB (Red+Green+Blue) = 161+158+14=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19E0E is #5E61F1. Grayscale: #8F8F8F. Windows color (decimal): -6185458 or 958113. OLE color: 958113.

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

Color convert

RGB 161 158 14 -
CMYK 0 0.02 0.91 0.37
HSL 58.78º 0.84% 0.34% -
HSV(B) 58.78º 0.91% 0.63% -
XYZ 27 32.06 5.18 -
YUV 142.48 55.49 141.21 -
System Red Green Blue C M Y K H S L
Decimal 161 158 14 0 0.02 0.91 0.37 58.78 0.84 0.34
Hex A1 9E E 0 2 5B 25 3B 54 22
Octal 241 236 16 0 2 133 45 73 124 42
Binary 10100001 10011110 1110 0 10 1011011 100101 111011 1010100 100010

Color Harmonies of #A19E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19E0E

Black with #A19E0E

Text Example


Text Example

White with #A19E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19E0E; }

 p { color: rgb(161,158,14); }

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

background-color css

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

 a { background-color: rgb(161,158,14); }

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

border-color css

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

 span { border-color: rgb(161,158,14); }

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