Html Css Color HEX #A18267 Medium Wood

📋 copy color: '#A18267'

red 161 ◦ green 130 ◦ blue 103

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

Shades of Medium Wood #A18267

Tints of Medium Wood #A18267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

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

R = 40.86%
G = 32.99%
B = 26.14%

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

#A18267 (or 0xA18267) is known color: Medium Wood. HEX triplet: A1, 82 and 67. RGB value is (161,130,103). Sum of RGB (Red+Green+Blue) = 161+130+103=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A18267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18267 is #5E7D98. Grayscale: #888888. Windows color (decimal): -6192537 or 6783649. OLE color: 6783649.

HSL color Cylindrical-coordinate representation of color #A18267: hue angle of 27.93º 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 #A18267 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 130 103 -
CMYK 0 0.19 0.36 0.37
HSL 27.93º 0.24% 0.52% -
HSV(B) 27.93º 0.36% 0.63% -
XYZ 25.13 24.52 16.24 -
YUV 136.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 161 130 103 0 0.19 0.36 0.37 27.93 0.24 0.52
Hex A1 82 67 0 13 24 25 1C 18 34
Octal 241 202 147 0 23 44 45 34 30 64
Binary 10100001 10000010 1100111 0 10011 100100 100101 11100 11000 110100

Color Harmonies of #A18267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18267

Black with #A18267

Text Example


Text Example

White with #A18267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18267; }

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

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

background-color css

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

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

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

border-color css

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

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

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