Html Css Color HEX #A18D06 Lucky

📋 copy color: '#A18D06'

red 161 ◦ green 141 ◦ blue 6

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

Shades of Lucky #A18D06

Tints of Lucky #A18D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 52.27%
G = 45.78%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A18D06 (or 0xA18D06) is known color: Lucky. HEX triplet: A1, 8D and 06. RGB value is (161,141,6). Sum of RGB (Red+Green+Blue) = 161+141+6=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18D06 is #5E72F9. Grayscale: #848484. Windows color (decimal): -6189818 or 429473. OLE color: 429473.

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

Color convert

RGB 161 141 6 -
CMYK 0 0.12 0.96 0.37
HSL 52.26º 0.93% 0.33% -
HSV(B) 52.26º 0.96% 0.63% -
XYZ 24.26 26.64 4.04 -
YUV 131.59 57.13 148.98 -
System Red Green Blue C M Y K H S L
Decimal 161 141 6 0 0.12 0.96 0.37 52.26 0.93 0.33
Hex A1 8D 6 0 C 60 25 34 5D 21
Octal 241 215 6 0 14 140 45 64 135 41
Binary 10100001 10001101 110 0 1100 1100000 100101 110100 1011101 100001

Color Harmonies of #A18D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D06

Black with #A18D06

Text Example


Text Example

White with #A18D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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