Html Css Color HEX #A88263 Medium Wood

📋 copy color: '#A88263'

red 168 ◦ green 130 ◦ blue 99

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

Shades of Medium Wood #A88263

Tints of Medium Wood #A88263

RGB

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

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

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

R = 42.32%
G = 32.75%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A88263 (or 0xA88263) is known color: Medium Wood. HEX triplet: A8, 82 and 63. RGB value is (168,130,99). Sum of RGB (Red+Green+Blue) = 168+130+99=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A88263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88263 is #577D9C. Grayscale: #898989. Windows color (decimal): -5733789 or 6521512. OLE color: 6521512.

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

Color convert

RGB 168 130 99 -
CMYK 0 0.23 0.41 0.34
HSL 26.96º 0.28% 0.52% -
HSV(B) 26.96º 0.41% 0.66% -
XYZ 26.38 25.19 15.28 -
YUV 137.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 168 130 99 0 0.23 0.41 0.34 26.96 0.28 0.52
Hex A8 82 63 0 17 29 22 1B 1C 34
Octal 250 202 143 0 27 51 42 33 34 64
Binary 10101000 10000010 1100011 0 10111 101001 100010 11011 11100 110100

Color Harmonies of #A88263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88263

Black with #A88263

Text Example


Text Example

White with #A88263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88263; }

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

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

background-color css

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

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

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

border-color css

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

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

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