Html Css Color HEX #A08068 Medium Wood

📋 copy color: '#A08068'

red 160 ◦ green 128 ◦ blue 104

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

Shades of Medium Wood #A08068

Tints of Medium Wood #A08068

RGB

 RED value IS 160 (62.89% from 255) = 40.82%

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

 BLUE value IS 104 (41.02% from 255) = 26.53%

R = 40.82%
G = 32.65%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A08068 (or 0xA08068) is known color: Medium Wood. HEX triplet: A0, 80 and 68. RGB value is (160,128,104). Sum of RGB (Red+Green+Blue) = 160+128+104=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A08068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08068 is #5F7F97. Grayscale: #868686. Windows color (decimal): -6258584 or 6848672. OLE color: 6848672.

HSL color Cylindrical-coordinate representation of color #A08068: hue angle of 25.71º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A08068 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 104 -
CMYK 0 0.20 0.35 0.37
HSL 25.71º 0.23% 0.52% -
HSV(B) 25.71º 0.35% 0.63% -
XYZ 24.72 23.91 16.41 -
YUV 134.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 160 128 104 0 0.20 0.35 0.37 25.71 0.23 0.52
Hex A0 80 68 0 14 23 25 1A 17 34
Octal 240 200 150 0 24 43 45 32 27 64
Binary 10100000 10000000 1101000 0 10100 100011 100101 11010 10111 110100

Color Harmonies of #A08068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08068

Black with #A08068

Text Example


Text Example

White with #A08068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08068; }

 p { color: rgb(160,128,104); }

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

background-color css

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

 a { background-color: rgb(160,128,104); }

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

border-color css

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

 span { border-color: rgb(160,128,104); }

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