Html Css Color HEX #A5816E Medium Wood

📋 copy color: '#A5816E'

red 165 ◦ green 129 ◦ blue 110

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

Shades of Medium Wood #A5816E

Tints of Medium Wood #A5816E

RGB

 RED value IS 165 (64.84% from 255) = 40.84%

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

 BLUE value IS 110 (43.36% from 255) = 27.23%

R = 40.84%
G = 31.93%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5816E (or 0xA5816E) is known color: Medium Wood. HEX triplet: A5, 81 and 6E. RGB value is (165,129,110). Sum of RGB (Red+Green+Blue) = 165+129+110=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5816E is #5A7E91. Grayscale: #898989. Windows color (decimal): -5930642 or 7242149. OLE color: 7242149.

HSL color Cylindrical-coordinate representation of color #A5816E: hue angle of 20.73º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5816E is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 129 110 -
CMYK 0 0.22 0.33 0.35
HSL 20.73º 0.23% 0.54% -
HSV(B) 20.73º 0.33% 0.65% -
XYZ 26.18 24.83 18.16 -
YUV 137.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 165 129 110 0 0.22 0.33 0.35 20.73 0.23 0.54
Hex A5 81 6E 0 16 21 23 15 17 36
Octal 245 201 156 0 26 41 43 25 27 66
Binary 10100101 10000001 1101110 0 10110 100001 100011 10101 10111 110110

Color Harmonies of #A5816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5816E

Black with #A5816E

Text Example


Text Example

White with #A5816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5816E; }

 p { color: rgb(165,129,110); }

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

background-color css

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

 a { background-color: rgb(165,129,110); }

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

border-color css

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

 span { border-color: rgb(165,129,110); }

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