Html Css Color HEX #A08167 Medium Wood

📋 copy color: '#A08167'

red 160 ◦ green 129 ◦ blue 103

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

Shades of Medium Wood #A08167

Tints of Medium Wood #A08167

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

 BLUE value IS 103 (40.63% from 255) = 26.28%

R = 40.82%
G = 32.91%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A08167 (or 0xA08167) is known color: Medium Wood. HEX triplet: A0, 81 and 67. RGB value is (160,129,103). Sum of RGB (Red+Green+Blue) = 160+129+103=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A08167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08167 is #5F7E98. Grayscale: #878787. Windows color (decimal): -6258329 or 6783392. OLE color: 6783392.

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

Color convert

RGB 160 129 103 -
CMYK 0 0.19 0.36 0.37
HSL 27.37º 0.23% 0.52% -
HSV(B) 27.37º 0.36% 0.63% -
XYZ 24.8 24.15 16.19 -
YUV 135.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 160 129 103 0 0.19 0.36 0.37 27.37 0.23 0.52
Hex A0 81 67 0 13 24 25 1B 17 34
Octal 240 201 147 0 23 44 45 33 27 64
Binary 10100000 10000001 1100111 0 10011 100100 100101 11011 10111 110100

Color Harmonies of #A08167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08167

Black with #A08167

Text Example


Text Example

White with #A08167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08167; }

 p { color: rgb(160,129,103); }

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

background-color css

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

 a { background-color: rgb(160,129,103); }

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

border-color css

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

 span { border-color: rgb(160,129,103); }

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