Html Css Color HEX #A18D07 Lucky

📋 copy color: '#A18D07'

red 161 ◦ green 141 ◦ blue 7

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

Shades of Lucky #A18D07

Tints of Lucky #A18D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.27%

R = 52.1%
G = 45.63%
B = 2.27%

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

#A18D07 (or 0xA18D07) is known color: Lucky. HEX triplet: A1, 8D and 07. RGB value is (161,141,7). Sum of RGB (Red+Green+Blue) = 161+141+7=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18D07 is #5E72F8. Grayscale: #848484. Windows color (decimal): -6189817 or 495009. OLE color: 495009.

HSL color Cylindrical-coordinate representation of color #A18D07: hue angle of 52.21º degrees, saturation: 0.92, 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 #A18D07 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 141 7 -
CMYK 0 0.12 0.96 0.37
HSL 52.21º 0.92% 0.33% -
HSV(B) 52.21º 0.96% 0.63% -
XYZ 24.26 26.64 4.06 -
YUV 131.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 161 141 7 0 0.12 0.96 0.37 52.21 0.92 0.33
Hex A1 8D 7 0 C 60 25 34 5C 21
Octal 241 215 7 0 14 140 45 64 134 41
Binary 10100001 10001101 111 0 1100 1100000 100101 110100 1011100 100001

Color Harmonies of #A18D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D07

Black with #A18D07

Text Example


Text Example

White with #A18D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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