Html Css Color HEX #A58168 Medium Wood

📋 copy color: '#A58168'

red 165 ◦ green 129 ◦ blue 104

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

Shades of Medium Wood #A58168

Tints of Medium Wood #A58168

RGB

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

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

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

R = 41.46%
G = 32.41%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A58168 (or 0xA58168) is known color: Medium Wood. HEX triplet: A5, 81 and 68. RGB value is (165,129,104). Sum of RGB (Red+Green+Blue) = 165+129+104=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A58168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58168 is #5A7E97. Grayscale: #898989. Windows color (decimal): -5930648 or 6848933. OLE color: 6848933.

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

Color convert

RGB 165 129 104 -
CMYK 0 0.22 0.37 0.35
HSL 24.59º 0.25% 0.53% -
HSV(B) 24.59º 0.37% 0.65% -
XYZ 25.87 24.7 16.5 -
YUV 136.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 165 129 104 0 0.22 0.37 0.35 24.59 0.25 0.53
Hex A5 81 68 0 16 25 23 19 19 35
Octal 245 201 150 0 26 45 43 31 31 65
Binary 10100101 10000001 1101000 0 10110 100101 100011 11001 11001 110101

Color Harmonies of #A58168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58168

Black with #A58168

Text Example


Text Example

White with #A58168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58168; }

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

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

background-color css

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

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

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

border-color css

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

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

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