Html Css Color HEX #A18D0F Lucky

📋 copy color: '#A18D0F'

red 161 ◦ green 141 ◦ blue 15

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

Shades of Lucky #A18D0F

Tints of Lucky #A18D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 50.79%
G = 44.48%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A18D0F (or 0xA18D0F) is known color: Lucky. HEX triplet: A1, 8D and 0F. RGB value is (161,141,15). Sum of RGB (Red+Green+Blue) = 161+141+15=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18D0F is #5E72F0. Grayscale: #858585. Windows color (decimal): -6189809 or 1019297. OLE color: 1019297.

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

Color convert

RGB 161 141 15 -
CMYK 0 0.12 0.91 0.37
HSL 51.78º 0.83% 0.35% -
HSV(B) 51.78º 0.91% 0.63% -
XYZ 24.31 26.66 4.32 -
YUV 132.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 161 141 15 0 0.12 0.91 0.37 51.78 0.83 0.35
Hex A1 8D F 0 C 5B 25 34 53 23
Octal 241 215 17 0 14 133 45 64 123 43
Binary 10100001 10001101 1111 0 1100 1011011 100101 110100 1010011 100011

Color Harmonies of #A18D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D0F

Black with #A18D0F

Text Example


Text Example

White with #A18D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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