Html Css Color HEX #A18C61 Sandal

📋 copy color: '#A18C61'

red 161 ◦ green 140 ◦ blue 97

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

Shades of Sandal #A18C61

Tints of Sandal #A18C61

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

 BLUE value IS 97 (38.28% from 255) = 24.37%

R = 40.45%
G = 35.18%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A18C61 (or 0xA18C61) is known color: Sandal. HEX triplet: A1, 8C and 61. RGB value is (161,140,97). Sum of RGB (Red+Green+Blue) = 161+140+97=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C61 is #5E739E. Grayscale: #8D8D8D. Windows color (decimal): -6189983 or 6392993. OLE color: 6392993.

HSL color Cylindrical-coordinate representation of color #A18C61: hue angle of 40.31º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18C61 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 140 97 -
CMYK 0 0.13 0.40 0.37
HSL 40.31º 0.25% 0.51% -
HSV(B) 40.31º 0.4% 0.63% -
XYZ 26.23 27.2 15.18 -
YUV 141.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 161 140 97 0 0.13 0.40 0.37 40.31 0.25 0.51
Hex A1 8C 61 0 D 28 25 28 19 33
Octal 241 214 141 0 15 50 45 50 31 63
Binary 10100001 10001100 1100001 0 1101 101000 100101 101000 11001 110011

Color Harmonies of #A18C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C61

Black with #A18C61

Text Example


Text Example

White with #A18C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C61; }

 p { color: rgb(161,140,97); }

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

background-color css

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

 a { background-color: rgb(161,140,97); }

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

border-color css

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

 span { border-color: rgb(161,140,97); }

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