Html Css Color HEX #A58268 Medium Wood

📋 copy color: '#A58268'

red 165 ◦ green 130 ◦ blue 104

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

Shades of Medium Wood #A58268

Tints of Medium Wood #A58268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.07%

R = 41.35%
G = 32.58%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A58268 (or 0xA58268) is known color: Medium Wood. HEX triplet: A5, 82 and 68. RGB value is (165,130,104). Sum of RGB (Red+Green+Blue) = 165+130+104=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A58268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58268 is #5A7D97. Grayscale: #898989. Windows color (decimal): -5930392 or 6849189. OLE color: 6849189.

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

Color convert

RGB 165 130 104 -
CMYK 0 0.21 0.37 0.35
HSL 25.57º 0.25% 0.53% -
HSV(B) 25.57º 0.37% 0.65% -
XYZ 26 24.96 16.54 -
YUV 137.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 165 130 104 0 0.21 0.37 0.35 25.57 0.25 0.53
Hex A5 82 68 0 15 25 23 1A 19 35
Octal 245 202 150 0 25 45 43 32 31 65
Binary 10100101 10000010 1101000 0 10101 100101 100011 11010 11001 110101

Color Harmonies of #A58268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58268

Black with #A58268

Text Example


Text Example

White with #A58268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58268; }

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

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

background-color css

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

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

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

border-color css

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

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

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