Html Css Color HEX #A48369 Medium Wood

📋 copy color: '#A48369'

red 164 ◦ green 131 ◦ blue 105

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

Shades of Medium Wood #A48369

Tints of Medium Wood #A48369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.75%

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

R = 41%
G = 32.75%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A48369 (or 0xA48369) is known color: Medium Wood. HEX triplet: A4, 83 and 69. RGB value is (164,131,105). Sum of RGB (Red+Green+Blue) = 164+131+105=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A48369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48369 is #5B7C96. Grayscale: #8A8A8A. Windows color (decimal): -5995671 or 6914980. OLE color: 6914980.

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

Color convert

RGB 164 131 105 -
CMYK 0 0.20 0.36 0.36
HSL 26.44º 0.24% 0.53% -
HSV(B) 26.44º 0.36% 0.64% -
XYZ 25.98 25.15 16.85 -
YUV 137.9 109.43 146.61 -
System Red Green Blue C M Y K H S L
Decimal 164 131 105 0 0.20 0.36 0.36 26.44 0.24 0.53
Hex A4 83 69 0 14 24 24 1A 18 35
Octal 244 203 151 0 24 44 44 32 30 65
Binary 10100100 10000011 1101001 0 10100 100100 100100 11010 11000 110101

Color Harmonies of #A48369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48369

Black with #A48369

Text Example


Text Example

White with #A48369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48369; }

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

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

background-color css

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

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

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

border-color css

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

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

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