Html Css Color HEX #A18D09 Lucky

📋 copy color: '#A18D09'

red 161 ◦ green 141 ◦ blue 9

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

Shades of Lucky #A18D09

Tints of Lucky #A18D09

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.34%

 BLUE value IS 9 (3.91% from 255) = 2.89%

R = 51.77%
G = 45.34%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A18D09 (or 0xA18D09) is known color: Lucky. HEX triplet: A1, 8D and 09. RGB value is (161,141,9). Sum of RGB (Red+Green+Blue) = 161+141+9=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18D09 is #5E72F6. Grayscale: #848484. Windows color (decimal): -6189815 or 626081. OLE color: 626081.

HSL color Cylindrical-coordinate representation of color #A18D09: hue angle of 52.11º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A18D09 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 141 9 -
CMYK 0 0.12 0.94 0.37
HSL 52.11º 0.89% 0.33% -
HSV(B) 52.11º 0.94% 0.63% -
XYZ 24.27 26.65 4.12 -
YUV 131.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 161 141 9 0 0.12 0.94 0.37 52.11 0.89 0.33
Hex A1 8D 9 0 C 5E 25 34 59 21
Octal 241 215 11 0 14 136 45 64 131 41
Binary 10100001 10001101 1001 0 1100 1011110 100101 110100 1011001 100001

Color Harmonies of #A18D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D09

Black with #A18D09

Text Example


Text Example

White with #A18D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D09; }

 p { color: rgb(161,141,9); }

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

background-color css

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

 a { background-color: rgb(161,141,9); }

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

border-color css

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

 span { border-color: rgb(161,141,9); }

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