Html Css Color HEX #A48163 Medium Wood

📋 copy color: '#A48163'

red 164 ◦ green 129 ◦ blue 99

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

Shades of Medium Wood #A48163

Tints of Medium Wood #A48163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.26%

R = 41.84%
G = 32.91%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A48163 (or 0xA48163) is known color: Medium Wood. HEX triplet: A4, 81 and 63. RGB value is (164,129,99). Sum of RGB (Red+Green+Blue) = 164+129+99=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A48163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48163 is #5B7E9C. Grayscale: #888888. Windows color (decimal): -5996189 or 6521252. OLE color: 6521252.

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

Color convert

RGB 164 129 99 -
CMYK 0 0.21 0.40 0.36
HSL 27.69º 0.26% 0.52% -
HSV(B) 27.69º 0.4% 0.64% -
XYZ 25.41 24.49 15.19 -
YUV 136.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 164 129 99 0 0.21 0.40 0.36 27.69 0.26 0.52
Hex A4 81 63 0 15 28 24 1C 1A 34
Octal 244 201 143 0 25 50 44 34 32 64
Binary 10100100 10000001 1100011 0 10101 101000 100100 11100 11010 110100

Color Harmonies of #A48163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48163

Black with #A48163

Text Example


Text Example

White with #A48163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48163; }

 p { color: rgb(164,129,99); }

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

background-color css

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

 a { background-color: rgb(164,129,99); }

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

border-color css

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

 span { border-color: rgb(164,129,99); }

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