Html Css Color HEX #A88069 Medium Wood

📋 copy color: '#A88069'

red 168 ◦ green 128 ◦ blue 105

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

Shades of Medium Wood #A88069

Tints of Medium Wood #A88069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.18%

R = 41.9%
G = 31.92%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A88069 (or 0xA88069) is known color: Medium Wood. HEX triplet: A8, 80 and 69. RGB value is (168,128,105). Sum of RGB (Red+Green+Blue) = 168+128+105=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A88069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88069 is #577F96. Grayscale: #898989. Windows color (decimal): -5734295 or 6914216. OLE color: 6914216.

HSL color Cylindrical-coordinate representation of color #A88069: hue angle of 21.9º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A88069 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 128 105 -
CMYK 0 0.24 0.38 0.34
HSL 21.9º 0.27% 0.54% -
HSV(B) 21.9º 0.38% 0.66% -
XYZ 26.42 24.78 16.76 -
YUV 137.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 168 128 105 0 0.24 0.38 0.34 21.9 0.27 0.54
Hex A8 80 69 0 18 26 22 16 1B 36
Octal 250 200 151 0 30 46 42 26 33 66
Binary 10101000 10000000 1101001 0 11000 100110 100010 10110 11011 110110

Color Harmonies of #A88069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88069

Black with #A88069

Text Example


Text Example

White with #A88069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88069; }

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

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

background-color css

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

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

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

border-color css

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

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

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