Html Css Color HEX #A58169 Medium Wood

📋 copy color: '#A58169'

red 165 ◦ green 129 ◦ blue 105

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

Shades of Medium Wood #A58169

Tints of Medium Wood #A58169

RGB

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

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

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

R = 41.35%
G = 32.33%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A58169 (or 0xA58169) is known color: Medium Wood. HEX triplet: A5, 81 and 69. RGB value is (165,129,105). Sum of RGB (Red+Green+Blue) = 165+129+105=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A58169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58169 is #5A7E96. Grayscale: #898989. Windows color (decimal): -5930647 or 6914469. OLE color: 6914469.

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

Color convert

RGB 165 129 105 -
CMYK 0 0.22 0.36 0.35
HSL 24º 0.25% 0.53% -
HSV(B) 24º 0.36% 0.65% -
XYZ 25.92 24.72 16.77 -
YUV 137.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 165 129 105 0 0.22 0.36 0.35 24 0.25 0.53
Hex A5 81 69 0 16 24 23 18 19 35
Octal 245 201 151 0 26 44 43 30 31 65
Binary 10100101 10000001 1101001 0 10110 100100 100011 11000 11001 110101

Color Harmonies of #A58169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58169

Black with #A58169

Text Example


Text Example

White with #A58169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58169; }

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

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

background-color css

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

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

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

border-color css

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

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

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