Html Css Color HEX #A48069 Medium Wood

📋 copy color: '#A48069'

red 164 ◦ green 128 ◦ blue 105

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

Shades of Medium Wood #A48069

Tints of Medium Wood #A48069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.24%

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

R = 41.31%
G = 32.24%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A48069 (or 0xA48069) is known color: Medium Wood. HEX triplet: A4, 80 and 69. RGB value is (164,128,105). Sum of RGB (Red+Green+Blue) = 164+128+105=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A48069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48069 is #5B7F96. Grayscale: #888888. Windows color (decimal): -5996439 or 6914212. OLE color: 6914212.

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

Color convert

RGB 164 128 105 -
CMYK 0 0.22 0.36 0.36
HSL 23.39º 0.24% 0.53% -
HSV(B) 23.39º 0.36% 0.64% -
XYZ 25.58 24.35 16.72 -
YUV 136.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 164 128 105 0 0.22 0.36 0.36 23.39 0.24 0.53
Hex A4 80 69 0 16 24 24 17 18 35
Octal 244 200 151 0 26 44 44 27 30 65
Binary 10100100 10000000 1101001 0 10110 100100 100100 10111 11000 110101

Color Harmonies of #A48069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48069

Black with #A48069

Text Example


Text Example

White with #A48069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48069; }

 p { color: rgb(164,128,105); }

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

background-color css

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

 a { background-color: rgb(164,128,105); }

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

border-color css

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

 span { border-color: rgb(164,128,105); }

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