Html Css Color HEX #A88065 Medium Wood

📋 copy color: '#A88065'

red 168 ◦ green 128 ◦ blue 101

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

Shades of Medium Wood #A88065

Tints of Medium Wood #A88065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.24%

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 42.32%
G = 32.24%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A88065 (or 0xA88065) is known color: Medium Wood. HEX triplet: A8, 80 and 65. RGB value is (168,128,101). Sum of RGB (Red+Green+Blue) = 168+128+101=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A88065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88065 is #577F9A. Grayscale: #898989. Windows color (decimal): -5734299 or 6652072. OLE color: 6652072.

HSL color Cylindrical-coordinate representation of color #A88065: hue angle of 24.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A88065 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 128 101 -
CMYK 0 0.24 0.40 0.34
HSL 24.18º 0.28% 0.53% -
HSV(B) 24.18º 0.4% 0.66% -
XYZ 26.22 24.7 15.7 -
YUV 136.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 168 128 101 0 0.24 0.40 0.34 24.18 0.28 0.53
Hex A8 80 65 0 18 28 22 18 1C 35
Octal 250 200 145 0 30 50 42 30 34 65
Binary 10101000 10000000 1100101 0 11000 101000 100010 11000 11100 110101

Color Harmonies of #A88065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88065

Black with #A88065

Text Example


Text Example

White with #A88065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88065; }

 p { color: rgb(168,128,101); }

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

background-color css

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

 a { background-color: rgb(168,128,101); }

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

border-color css

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

 span { border-color: rgb(168,128,101); }

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