Html Css Color HEX #A48269 Medium Wood

📋 copy color: '#A48269'

red 164 ◦ green 130 ◦ blue 105

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

Shades of Medium Wood #A48269

Tints of Medium Wood #A48269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.58%

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

R = 41.1%
G = 32.58%
B = 26.32%

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

#A48269 (or 0xA48269) is known color: Medium Wood. HEX triplet: A4, 82 and 69. RGB value is (164,130,105). Sum of RGB (Red+Green+Blue) = 164+130+105=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A48269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48269 is #5B7D96. Grayscale: #898989. Windows color (decimal): -5995927 or 6914724. OLE color: 6914724.

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

Color convert

RGB 164 130 105 -
CMYK 0 0.21 0.36 0.36
HSL 25.42º 0.24% 0.53% -
HSV(B) 25.42º 0.36% 0.64% -
XYZ 25.84 24.88 16.8 -
YUV 137.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 164 130 105 0 0.21 0.36 0.36 25.42 0.24 0.53
Hex A4 82 69 0 15 24 24 19 18 35
Octal 244 202 151 0 25 44 44 31 30 65
Binary 10100100 10000010 1101001 0 10101 100100 100100 11001 11000 110101

Color Harmonies of #A48269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48269

Black with #A48269

Text Example


Text Example

White with #A48269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48269; }

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

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

background-color css

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

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

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

border-color css

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

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

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