Html Css Color HEX #A48168 Medium Wood

📋 copy color: '#A48168'

red 164 ◦ green 129 ◦ blue 104

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

Shades of Medium Wood #A48168

Tints of Medium Wood #A48168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.2%

R = 41.31%
G = 32.49%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A48168 (or 0xA48168) is known color: Medium Wood. HEX triplet: A4, 81 and 68. RGB value is (164,129,104). Sum of RGB (Red+Green+Blue) = 164+129+104=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A48168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48168 is #5B7E97. Grayscale: #888888. Windows color (decimal): -5996184 or 6848932. OLE color: 6848932.

HSL color Cylindrical-coordinate representation of color #A48168: hue angle of 25º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48168 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 129 104 -
CMYK 0 0.21 0.37 0.36
HSL 25º 0.25% 0.53% -
HSV(B) 25º 0.37% 0.64% -
XYZ 25.66 24.59 16.49 -
YUV 136.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 164 129 104 0 0.21 0.37 0.36 25 0.25 0.53
Hex A4 81 68 0 15 25 24 19 19 35
Octal 244 201 150 0 25 45 44 31 31 65
Binary 10100100 10000001 1101000 0 10101 100101 100100 11001 11001 110101

Color Harmonies of #A48168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48168

Black with #A48168

Text Example


Text Example

White with #A48168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48168; }

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

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

background-color css

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

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

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

border-color css

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

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

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