Html Css Color HEX #A5815E Medium Wood

📋 copy color: '#A5815E'

red 165 ◦ green 129 ◦ blue 94

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

Shades of Medium Wood #A5815E

Tints of Medium Wood #A5815E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.23%

R = 42.53%
G = 33.25%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5815E (or 0xA5815E) is known color: Medium Wood. HEX triplet: A5, 81 and 5E. RGB value is (165,129,94). Sum of RGB (Red+Green+Blue) = 165+129+94=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5815E is #5A7EA1. Grayscale: #878787. Windows color (decimal): -5930658 or 6193573. OLE color: 6193573.

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

Color convert

RGB 165 129 94 -
CMYK 0 0.22 0.43 0.35
HSL 29.58º 0.28% 0.51% -
HSV(B) 29.58º 0.43% 0.65% -
XYZ 25.39 24.51 13.98 -
YUV 135.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 165 129 94 0 0.22 0.43 0.35 29.58 0.28 0.51
Hex A5 81 5E 0 16 2B 23 1E 1C 33
Octal 245 201 136 0 26 53 43 36 34 63
Binary 10100101 10000001 1011110 0 10110 101011 100011 11110 11100 110011

Color Harmonies of #A5815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5815E

Black with #A5815E

Text Example


Text Example

White with #A5815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5815E; }

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

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

background-color css

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

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

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

border-color css

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

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

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