Html Css Color HEX #A48268 Medium Wood

📋 copy color: '#A48268'

red 164 ◦ green 130 ◦ blue 104

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

Shades of Medium Wood #A48268

Tints of Medium Wood #A48268

RGB

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

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

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

R = 41.21%
G = 32.66%
B = 26.13%

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

#A48268 (or 0xA48268) is known color: Medium Wood. HEX triplet: A4, 82 and 68. RGB value is (164,130,104). Sum of RGB (Red+Green+Blue) = 164+130+104=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A48268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48268 is #5B7D97. Grayscale: #898989. Windows color (decimal): -5995928 or 6849188. OLE color: 6849188.

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

Color convert

RGB 164 130 104 -
CMYK 0 0.21 0.37 0.36
HSL 26º 0.25% 0.53% -
HSV(B) 26º 0.37% 0.64% -
XYZ 25.79 24.86 16.54 -
YUV 137.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 164 130 104 0 0.21 0.37 0.36 26 0.25 0.53
Hex A4 82 68 0 15 25 24 1A 19 35
Octal 244 202 150 0 25 45 44 32 31 65
Binary 10100100 10000010 1101000 0 10101 100101 100100 11010 11001 110101

Color Harmonies of #A48268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48268

Black with #A48268

Text Example


Text Example

White with #A48268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48268; }

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

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

background-color css

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

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

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

border-color css

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

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

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