Html Css Color HEX #A38166 Medium Wood

📋 copy color: '#A38166'

red 163 ◦ green 129 ◦ blue 102

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

Shades of Medium Wood #A38166

Tints of Medium Wood #A38166

RGB

 RED value IS 163 (64.06% from 255) = 41.37%

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

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

R = 41.37%
G = 32.74%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A38166 (or 0xA38166) is known color: Medium Wood. HEX triplet: A3, 81 and 66. RGB value is (163,129,102). Sum of RGB (Red+Green+Blue) = 163+129+102=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A38166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38166 is #5C7E99. Grayscale: #888888. Windows color (decimal): -6061722 or 6717859. OLE color: 6717859.

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

Color convert

RGB 163 129 102 -
CMYK 0 0.21 0.37 0.36
HSL 26.56º 0.25% 0.52% -
HSV(B) 26.56º 0.37% 0.64% -
XYZ 25.35 24.45 15.95 -
YUV 136.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 163 129 102 0 0.21 0.37 0.36 26.56 0.25 0.52
Hex A3 81 66 0 15 25 24 1B 19 34
Octal 243 201 146 0 25 45 44 33 31 64
Binary 10100011 10000001 1100110 0 10101 100101 100100 11011 11001 110100

Color Harmonies of #A38166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38166

Black with #A38166

Text Example


Text Example

White with #A38166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38166; }

 p { color: rgb(163,129,102); }

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

background-color css

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

 a { background-color: rgb(163,129,102); }

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

border-color css

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

 span { border-color: rgb(163,129,102); }

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