Html Css Color HEX #A58369 Medium Wood

📋 copy color: '#A58369'

red 165 ◦ green 131 ◦ blue 105

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

Shades of Medium Wood #A58369

Tints of Medium Wood #A58369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

 BLUE value IS 105 (41.41% from 255) = 26.18%

R = 41.15%
G = 32.67%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A58369 (or 0xA58369) is known color: Medium Wood. HEX triplet: A5, 83 and 69. RGB value is (165,131,105). Sum of RGB (Red+Green+Blue) = 165+131+105=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A58369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58369 is #5A7C96. Grayscale: #8A8A8A. Windows color (decimal): -5930135 or 6914981. OLE color: 6914981.

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

Color convert

RGB 165 131 105 -
CMYK 0 0.21 0.36 0.35
HSL 26º 0.25% 0.53% -
HSV(B) 26º 0.36% 0.65% -
XYZ 26.18 25.25 16.86 -
YUV 138.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 165 131 105 0 0.21 0.36 0.35 26 0.25 0.53
Hex A5 83 69 0 15 24 23 1A 19 35
Octal 245 203 151 0 25 44 43 32 31 65
Binary 10100101 10000011 1101001 0 10101 100100 100011 11010 11001 110101

Color Harmonies of #A58369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58369

Black with #A58369

Text Example


Text Example

White with #A58369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58369; }

 p { color: rgb(165,131,105); }

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

background-color css

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

 a { background-color: rgb(165,131,105); }

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

border-color css

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

 span { border-color: rgb(165,131,105); }

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