Html Css Color HEX #A18367 Sandal

📋 copy color: '#A18367'

red 161 ◦ green 131 ◦ blue 103

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

Shades of Sandal #A18367

Tints of Sandal #A18367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.08%

R = 40.76%
G = 33.16%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A18367 (or 0xA18367) is known color: Sandal. HEX triplet: A1, 83 and 67. RGB value is (161,131,103). Sum of RGB (Red+Green+Blue) = 161+131+103=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A18367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18367 is #5E7C98. Grayscale: #888888. Windows color (decimal): -6192281 or 6783905. OLE color: 6783905.

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

Color convert

RGB 161 131 103 -
CMYK 0 0.19 0.36 0.37
HSL 28.97º 0.24% 0.52% -
HSV(B) 28.97º 0.36% 0.63% -
XYZ 25.26 24.79 16.29 -
YUV 136.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 161 131 103 0 0.19 0.36 0.37 28.97 0.24 0.52
Hex A1 83 67 0 13 24 25 1D 18 34
Octal 241 203 147 0 23 44 45 35 30 64
Binary 10100001 10000011 1100111 0 10011 100100 100101 11101 11000 110100

Color Harmonies of #A18367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18367

Black with #A18367

Text Example


Text Example

White with #A18367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18367; }

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

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

background-color css

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

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

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

border-color css

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

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

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