Html Css Color HEX #A57B64 Medium Wood

📋 copy color: '#A57B64'

red 165 ◦ green 123 ◦ blue 100

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

Shades of Medium Wood #A57B64

Tints of Medium Wood #A57B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.77%

R = 42.53%
G = 31.7%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A57B64 (or 0xA57B64) is known color: Medium Wood. HEX triplet: A5, 7B and 64. RGB value is (165,123,100). Sum of RGB (Red+Green+Blue) = 165+123+100=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B64 is #5A849B. Grayscale: #858585. Windows color (decimal): -5932188 or 6585253. OLE color: 6585253.

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

Color convert

RGB 165 123 100 -
CMYK 0 0.25 0.39 0.35
HSL 21.23º 0.27% 0.52% -
HSV(B) 21.23º 0.39% 0.65% -
XYZ 24.9 23.09 15.2 -
YUV 132.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 165 123 100 0 0.25 0.39 0.35 21.23 0.27 0.52
Hex A5 7B 64 0 19 27 23 15 1B 34
Octal 245 173 144 0 31 47 43 25 33 64
Binary 10100101 1111011 1100100 0 11001 100111 100011 10101 11011 110100

Color Harmonies of #A57B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57B64

Black with #A57B64

Text Example


Text Example

White with #A57B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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