Html Css Color HEX #A38165 Medium Wood

📋 copy color: '#A38165'

red 163 ◦ green 129 ◦ blue 101

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

Shades of Medium Wood #A38165

Tints of Medium Wood #A38165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.7%

R = 41.48%
G = 32.82%
B = 25.7%

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

#A38165 (or 0xA38165) is known color: Medium Wood. HEX triplet: A3, 81 and 65. RGB value is (163,129,101). Sum of RGB (Red+Green+Blue) = 163+129+101=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A38165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38165 is #5C7E9A. Grayscale: #888888. Windows color (decimal): -6061723 or 6652323. OLE color: 6652323.

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

Color convert

RGB 163 129 101 -
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.3 24.43 15.69 -
YUV 135.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 163 129 101 0 0.21 0.38 0.36 27.1 0.25 0.52
Hex A3 81 65 0 15 26 24 1B 19 34
Octal 243 201 145 0 25 46 44 33 31 64
Binary 10100011 10000001 1100101 0 10101 100110 100100 11011 11001 110100

Color Harmonies of #A38165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38165

Black with #A38165

Text Example


Text Example

White with #A38165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38165; }

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

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

background-color css

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

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

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

border-color css

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

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

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