#A38068

Color #A38068 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #A38068

Tints of Medium Wood #A38068

Color information

#A38068 (or 0xA38068) is unknown color: approx Medium Wood. HEX triplet: A3, 80 and 68. RGB value is (163,128,104). Sum of RGB (Red+Green+Blue) = 163+128+104=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A38068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38068 is #5C7F97. Grayscale: #878787. Windows color (decimal): -6061976 or 6848675. OLE color: 6848675.

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

Color convert

RGB163128104-
CMYK00.210.360.36
HSL24.41º24.28%52.35%-
HSV(B)24.41º36.2%63.92%-
XYZ25.3224.2216.44-
YUV135.73110.1147.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=41.27%
G=32.41%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312810400.210.360.3624.4124.2852.35
HexA380680152424181834
Octal2432001500254444303064
Binary101000111000000011010000101011001001001001100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38068; }

 p { color: rgb(163,128,104); }

 H1.HeaderClassName
 {
   color: #A38068;
 }
 .AnyTagClassName
 {
   color: #A38068;
 }
</style>
background-color css

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

 a { background-color: rgb(163,128,104); }

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

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

 span { border-color: rgb(163,128,104); }

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