Html Css Color HEX #A58269 Medium Wood

📋 copy color: '#A58269'

red 165 ◦ green 130 ◦ blue 105

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

Shades of Medium Wood #A58269

Tints of Medium Wood #A58269

RGB

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

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

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

R = 41.25%
G = 32.5%
B = 26.25%

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

#A58269 (or 0xA58269) is known color: Medium Wood. HEX triplet: A5, 82 and 69. RGB value is (165,130,105). Sum of RGB (Red+Green+Blue) = 165+130+105=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A58269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58269 is #5A7D96. Grayscale: #898989. Windows color (decimal): -5930391 or 6914725. OLE color: 6914725.

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

Color convert

RGB 165 130 105 -
CMYK 0 0.21 0.36 0.35
HSL 25º 0.25% 0.53% -
HSV(B) 25º 0.36% 0.65% -
XYZ 26.05 24.98 16.81 -
YUV 137.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 165 130 105 0 0.21 0.36 0.35 25 0.25 0.53
Hex A5 82 69 0 15 24 23 19 19 35
Octal 245 202 151 0 25 44 43 31 31 65
Binary 10100101 10000010 1101001 0 10101 100100 100011 11001 11001 110101

Color Harmonies of #A58269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58269

Black with #A58269

Text Example


Text Example

White with #A58269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58269; }

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

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

background-color css

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

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

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

border-color css

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

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

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