Html Css Color HEX #A48266 Medium Wood

📋 copy color: '#A48266'

red 164 ◦ green 130 ◦ blue 102

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

Shades of Medium Wood #A48266

Tints of Medium Wood #A48266

RGB

 RED value IS 164 (64.45% from 255) = 41.41%

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

 BLUE value IS 102 (40.23% from 255) = 25.76%

R = 41.41%
G = 32.83%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A48266 (or 0xA48266) is known color: Medium Wood. HEX triplet: A4, 82 and 66. RGB value is (164,130,102). Sum of RGB (Red+Green+Blue) = 164+130+102=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A48266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48266 is #5B7D99. Grayscale: #898989. Windows color (decimal): -5995930 or 6718116. OLE color: 6718116.

HSL color Cylindrical-coordinate representation of color #A48266: hue angle of 27.1º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A48266 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 102 -
CMYK 0 0.21 0.38 0.36
HSL 27.1º 0.25% 0.52% -
HSV(B) 27.1º 0.38% 0.64% -
XYZ 25.69 24.82 16.01 -
YUV 136.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 164 130 102 0 0.21 0.38 0.36 27.1 0.25 0.52
Hex A4 82 66 0 15 26 24 1B 19 34
Octal 244 202 146 0 25 46 44 33 31 64
Binary 10100100 10000010 1100110 0 10101 100110 100100 11011 11001 110100

Color Harmonies of #A48266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48266

Black with #A48266

Text Example


Text Example

White with #A48266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48266; }

 p { color: rgb(164,130,102); }

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

background-color css

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

 a { background-color: rgb(164,130,102); }

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

border-color css

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

 span { border-color: rgb(164,130,102); }

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