Html Css Color HEX #A48366 Medium Wood

📋 copy color: '#A48366'

red 164 ◦ green 131 ◦ blue 102

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

Shades of Medium Wood #A48366

Tints of Medium Wood #A48366

RGB

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

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

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

R = 41.31%
G = 33%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A48366 (or 0xA48366) is known color: Medium Wood. HEX triplet: A4, 83 and 66. RGB value is (164,131,102). Sum of RGB (Red+Green+Blue) = 164+131+102=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A48366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48366 is #5B7C99. Grayscale: #898989. Windows color (decimal): -5995674 or 6718372. OLE color: 6718372.

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

Color convert

RGB 164 131 102 -
CMYK 0 0.20 0.38 0.36
HSL 28.06º 0.25% 0.52% -
HSV(B) 28.06º 0.38% 0.64% -
XYZ 25.82 25.08 16.05 -
YUV 137.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 164 131 102 0 0.20 0.38 0.36 28.06 0.25 0.52
Hex A4 83 66 0 14 26 24 1C 19 34
Octal 244 203 146 0 24 46 44 34 31 64
Binary 10100100 10000011 1100110 0 10100 100110 100100 11100 11001 110100

Color Harmonies of #A48366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48366

Black with #A48366

Text Example


Text Example

White with #A48366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48366; }

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

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

background-color css

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

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

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

border-color css

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

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

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