Html Css Color HEX #A18365 Sandal

📋 copy color: '#A18365'

red 161 ◦ green 131 ◦ blue 101

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

Shades of Sandal #A18365

Tints of Sandal #A18365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

 BLUE value IS 101 (39.84% from 255) = 25.7%

R = 40.97%
G = 33.33%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A18365 (or 0xA18365) is known color: Sandal. HEX triplet: A1, 83 and 65. RGB value is (161,131,101). Sum of RGB (Red+Green+Blue) = 161+131+101=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A18365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18365 is #5E7C9A. Grayscale: #888888. Windows color (decimal): -6192283 or 6652833. OLE color: 6652833.

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

Color convert

RGB 161 131 101 -
CMYK 0 0.19 0.37 0.37
HSL 30º 0.24% 0.51% -
HSV(B) 30º 0.37% 0.63% -
XYZ 25.16 24.75 15.76 -
YUV 136.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 161 131 101 0 0.19 0.37 0.37 30 0.24 0.51
Hex A1 83 65 0 13 25 25 1E 18 33
Octal 241 203 145 0 23 45 45 36 30 63
Binary 10100001 10000011 1100101 0 10011 100101 100101 11110 11000 110011

Color Harmonies of #A18365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18365

Black with #A18365

Text Example


Text Example

White with #A18365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18365; }

 p { color: rgb(161,131,101); }

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

background-color css

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

 a { background-color: rgb(161,131,101); }

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

border-color css

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

 span { border-color: rgb(161,131,101); }

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