Html Css Color HEX #A57A63 Medium Wood

📋 copy color: '#A57A63'

red 165 ◦ green 122 ◦ blue 99

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

Shades of Medium Wood #A57A63

Tints of Medium Wood #A57A63

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

 BLUE value IS 99 (39.06% from 255) = 25.65%

R = 42.75%
G = 31.61%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A57A63 (or 0xA57A63) is known color: Medium Wood. HEX triplet: A5, 7A and 63. RGB value is (165,122,99). Sum of RGB (Red+Green+Blue) = 165+122+99=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A63 is #5A859C. Grayscale: #848484. Windows color (decimal): -5932445 or 6519461. OLE color: 6519461.

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

Color convert

RGB 165 122 99 -
CMYK 0 0.26 0.40 0.35
HSL 20.91º 0.27% 0.52% -
HSV(B) 20.91º 0.4% 0.65% -
XYZ 24.73 22.82 14.91 -
YUV 132.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 165 122 99 0 0.26 0.40 0.35 20.91 0.27 0.52
Hex A5 7A 63 0 1A 28 23 15 1B 34
Octal 245 172 143 0 32 50 43 25 33 64
Binary 10100101 1111010 1100011 0 11010 101000 100011 10101 11011 110100

Color Harmonies of #A57A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A63

Black with #A57A63

Text Example


Text Example

White with #A57A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A63; }

 p { color: rgb(165,122,99); }

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

background-color css

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

 a { background-color: rgb(165,122,99); }

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

border-color css

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

 span { border-color: rgb(165,122,99); }

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