Html Css Color HEX #A58270 Medium Wood

📋 copy color: '#A58270'

red 165 ◦ green 130 ◦ blue 112

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

Shades of Medium Wood #A58270

Tints of Medium Wood #A58270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.94%

 BLUE value IS 112 (44.14% from 255) = 27.52%

R = 40.54%
G = 31.94%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A58270 (or 0xA58270) is known color: Medium Wood. HEX triplet: A5, 82 and 70. RGB value is (165,130,112). Sum of RGB (Red+Green+Blue) = 165+130+112=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A58270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58270 is #5A7D8F. Grayscale: #8A8A8A. Windows color (decimal): -5930384 or 7373477. OLE color: 7373477.

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

Color convert

RGB 165 130 112 -
CMYK 0 0.21 0.32 0.35
HSL 20.38º 0.23% 0.54% -
HSV(B) 20.38º 0.32% 0.65% -
XYZ 26.42 25.13 18.79 -
YUV 138.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 165 130 112 0 0.21 0.32 0.35 20.38 0.23 0.54
Hex A5 82 70 0 15 20 23 14 17 36
Octal 245 202 160 0 25 40 43 24 27 66
Binary 10100101 10000010 1110000 0 10101 100000 100011 10100 10111 110110

Color Harmonies of #A58270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58270

Black with #A58270

Text Example


Text Example

White with #A58270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58270; }

 p { color: rgb(165,130,112); }

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

background-color css

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

 a { background-color: rgb(165,130,112); }

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

border-color css

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

 span { border-color: rgb(165,130,112); }

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