Html Css Color HEX #A18068 Medium Wood

📋 copy color: '#A18068'

red 161 ◦ green 128 ◦ blue 104

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

Shades of Medium Wood #A18068

Tints of Medium Wood #A18068

RGB

 RED value IS 161 (63.28% from 255) = 40.97%

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

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

R = 40.97%
G = 32.57%
B = 26.46%

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

#A18068 (or 0xA18068) is known color: Medium Wood. HEX triplet: A1, 80 and 68. RGB value is (161,128,104). Sum of RGB (Red+Green+Blue) = 161+128+104=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A18068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18068 is #5E7F97. Grayscale: #878787. Windows color (decimal): -6193048 or 6848673. OLE color: 6848673.

HSL color Cylindrical-coordinate representation of color #A18068: hue angle of 25.26º 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 #A18068 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 128 104 -
CMYK 0 0.20 0.35 0.37
HSL 25.26º 0.23% 0.52% -
HSV(B) 25.26º 0.35% 0.63% -
XYZ 24.92 24.01 16.42 -
YUV 135.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 161 128 104 0 0.20 0.35 0.37 25.26 0.23 0.52
Hex A1 80 68 0 14 23 25 19 17 34
Octal 241 200 150 0 24 43 45 31 27 64
Binary 10100001 10000000 1101000 0 10100 100011 100101 11001 10111 110100

Color Harmonies of #A18068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18068

Black with #A18068

Text Example


Text Example

White with #A18068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18068; }

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

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

background-color css

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

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

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

border-color css

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

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

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