Html Css Color HEX #A48362 Medium Wood

📋 copy color: '#A48362'

red 164 ◦ green 131 ◦ blue 98

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

Shades of Medium Wood #A48362

Tints of Medium Wood #A48362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.94%

R = 41.73%
G = 33.33%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A48362 (or 0xA48362) is known color: Medium Wood. HEX triplet: A4, 83 and 62. RGB value is (164,131,98). Sum of RGB (Red+Green+Blue) = 164+131+98=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A48362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48362 is #5B7C9D. Grayscale: #898989. Windows color (decimal): -5995678 or 6456228. OLE color: 6456228.

HSL color Cylindrical-coordinate representation of color #A48362: hue angle of 30º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A48362 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 131 98 -
CMYK 0 0.20 0.40 0.36
HSL 30º 0.27% 0.51% -
HSV(B) 30º 0.4% 0.64% -
XYZ 25.63 25.01 15.03 -
YUV 137.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 164 131 98 0 0.20 0.40 0.36 30 0.27 0.51
Hex A4 83 62 0 14 28 24 1E 1B 33
Octal 244 203 142 0 24 50 44 36 33 63
Binary 10100100 10000011 1100010 0 10100 101000 100100 11110 11011 110011

Color Harmonies of #A48362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48362

Black with #A48362

Text Example


Text Example

White with #A48362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48362; }

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

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

background-color css

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

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

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

border-color css

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

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

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