Html Css Color HEX #A88260 Medium Wood

📋 copy color: '#A88260'

red 168 ◦ green 130 ◦ blue 96

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

Shades of Medium Wood #A88260

Tints of Medium Wood #A88260

RGB

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

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

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

R = 42.64%
G = 32.99%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A88260 (or 0xA88260) is known color: Medium Wood. HEX triplet: A8, 82 and 60. RGB value is (168,130,96). Sum of RGB (Red+Green+Blue) = 168+130+96=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A88260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88260 is #577D9F. Grayscale: #898989. Windows color (decimal): -5733792 or 6324904. OLE color: 6324904.

HSL color Cylindrical-coordinate representation of color #A88260: hue angle of 28.33º 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 #A88260 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 130 96 -
CMYK 0 0.23 0.43 0.34
HSL 28.33º 0.29% 0.52% -
HSV(B) 28.33º 0.43% 0.66% -
XYZ 26.24 25.13 14.53 -
YUV 137.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 168 130 96 0 0.23 0.43 0.34 28.33 0.29 0.52
Hex A8 82 60 0 17 2B 22 1C 1D 34
Octal 250 202 140 0 27 53 42 34 35 64
Binary 10101000 10000010 1100000 0 10111 101011 100010 11100 11101 110100

Color Harmonies of #A88260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88260

Black with #A88260

Text Example


Text Example

White with #A88260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88260; }

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

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

background-color css

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

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

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

border-color css

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

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

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