Html Css Color HEX #A57B60 Medium Wood

📋 copy color: '#A57B60'

red 165 ◦ green 123 ◦ blue 96

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

Shades of Medium Wood #A57B60

Tints of Medium Wood #A57B60

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

 BLUE value IS 96 (37.89% from 255) = 25%

R = 42.97%
G = 32.03%
B = 25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A57B60 (or 0xA57B60) is known color: Medium Wood. HEX triplet: A5, 7B and 60. RGB value is (165,123,96). Sum of RGB (Red+Green+Blue) = 165+123+96=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B60 is #5A849F. Grayscale: #848484. Windows color (decimal): -5932192 or 6323109. OLE color: 6323109.

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

Color convert

RGB 165 123 96 -
CMYK 0 0.25 0.42 0.35
HSL 23.48º 0.28% 0.51% -
HSV(B) 23.48º 0.42% 0.65% -
XYZ 24.71 23.01 14.21 -
YUV 132.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 165 123 96 0 0.25 0.42 0.35 23.48 0.28 0.51
Hex A5 7B 60 0 19 2A 23 17 1C 33
Octal 245 173 140 0 31 52 43 27 34 63
Binary 10100101 1111011 1100000 0 11001 101010 100011 10111 11100 110011

Color Harmonies of #A57B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57B60

Black with #A57B60

Text Example


Text Example

White with #A57B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57B60; }

 p { color: rgb(165,123,96); }

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

background-color css

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

 a { background-color: rgb(165,123,96); }

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

border-color css

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

 span { border-color: rgb(165,123,96); }

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