Html Css Color HEX #A18168 Medium Wood

📋 copy color: '#A18168'

red 161 ◦ green 129 ◦ blue 104

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

Shades of Medium Wood #A18168

Tints of Medium Wood #A18168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.74%

 BLUE value IS 104 (41.02% from 255) = 26.4%

R = 40.86%
G = 32.74%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A18168 (or 0xA18168) is known color: Medium Wood. HEX triplet: A1, 81 and 68. RGB value is (161,129,104). Sum of RGB (Red+Green+Blue) = 161+129+104=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A18168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18168 is #5E7E97. Grayscale: #878787. Windows color (decimal): -6192792 or 6848929. OLE color: 6848929.

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

Color convert

RGB 161 129 104 -
CMYK 0 0.20 0.35 0.37
HSL 26.32º 0.23% 0.52% -
HSV(B) 26.32º 0.35% 0.63% -
XYZ 25.05 24.28 16.46 -
YUV 135.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 161 129 104 0 0.20 0.35 0.37 26.32 0.23 0.52
Hex A1 81 68 0 14 23 25 1A 17 34
Octal 241 201 150 0 24 43 45 32 27 64
Binary 10100001 10000001 1101000 0 10100 100011 100101 11010 10111 110100

Color Harmonies of #A18168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18168

Black with #A18168

Text Example


Text Example

White with #A18168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18168; }

 p { color: rgb(161,129,104); }

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

background-color css

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

 a { background-color: rgb(161,129,104); }

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

border-color css

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

 span { border-color: rgb(161,129,104); }

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