Html Css Color HEX #A38169 Medium Wood

📋 copy color: '#A38169'

red 163 ◦ green 129 ◦ blue 105

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

Shades of Medium Wood #A38169

Tints of Medium Wood #A38169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.45%

R = 41.06%
G = 32.49%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A38169 (or 0xA38169) is known color: Medium Wood. HEX triplet: A3, 81 and 69. RGB value is (163,129,105). Sum of RGB (Red+Green+Blue) = 163+129+105=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A38169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38169 is #5C7E96. Grayscale: #888888. Windows color (decimal): -6061719 or 6914467. OLE color: 6914467.

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

Color convert

RGB 163 129 105 -
CMYK 0 0.21 0.36 0.36
HSL 24.83º 0.24% 0.53% -
HSV(B) 24.83º 0.36% 0.64% -
XYZ 25.5 24.51 16.75 -
YUV 136.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 163 129 105 0 0.21 0.36 0.36 24.83 0.24 0.53
Hex A3 81 69 0 15 24 24 19 18 35
Octal 243 201 151 0 25 44 44 31 30 65
Binary 10100011 10000001 1101001 0 10101 100100 100100 11001 11000 110101

Color Harmonies of #A38169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38169

Black with #A38169

Text Example


Text Example

White with #A38169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38169; }

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

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

background-color css

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

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

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

border-color css

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

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

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