Html Css Color HEX #A88560 Medium Wood

📋 copy color: '#A88560'

red 168 ◦ green 133 ◦ blue 96

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

Shades of Medium Wood #A88560

Tints of Medium Wood #A88560

RGB

 RED value IS 168 (66.02% from 255) = 42.32%

 GREEN value IS 133 (52.34% from 255) = 33.5%

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 42.32%
G = 33.5%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A88560 (or 0xA88560) is known color: Medium Wood. HEX triplet: A8, 85 and 60. RGB value is (168,133,96). Sum of RGB (Red+Green+Blue) = 168+133+96=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A88560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88560 is #577A9F. Grayscale: #8B8B8B. Windows color (decimal): -5733024 or 6325672. OLE color: 6325672.

HSL color Cylindrical-coordinate representation of color #A88560: hue angle of 30.83º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A88560 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 133 96 -
CMYK 0 0.21 0.43 0.34
HSL 30.83º 0.29% 0.52% -
HSV(B) 30.83º 0.43% 0.66% -
XYZ 26.65 25.94 14.67 -
YUV 139.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 168 133 96 0 0.21 0.43 0.34 30.83 0.29 0.52
Hex A8 85 60 0 15 2B 22 1F 1D 34
Octal 250 205 140 0 25 53 42 37 35 64
Binary 10101000 10000101 1100000 0 10101 101011 100010 11111 11101 110100

Color Harmonies of #A88560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88560

Black with #A88560

Text Example


Text Example

White with #A88560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88560; }

 p { color: rgb(168,133,96); }

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

background-color css

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

 a { background-color: rgb(168,133,96); }

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

border-color css

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

 span { border-color: rgb(168,133,96); }

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