Html Css Color HEX #A57A62 Medium Wood

📋 copy color: '#A57A62'

red 165 ◦ green 122 ◦ blue 98

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

Shades of Medium Wood #A57A62

Tints of Medium Wood #A57A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.45%

R = 42.86%
G = 31.69%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A57A62 (or 0xA57A62) is known color: Medium Wood. HEX triplet: A5, 7A and 62. RGB value is (165,122,98). Sum of RGB (Red+Green+Blue) = 165+122+98=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A62 is #5A859D. Grayscale: #848484. Windows color (decimal): -5932446 or 6453925. OLE color: 6453925.

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

Color convert

RGB 165 122 98 -
CMYK 0 0.26 0.41 0.35
HSL 21.49º 0.27% 0.52% -
HSV(B) 21.49º 0.41% 0.65% -
XYZ 24.68 22.8 14.66 -
YUV 132.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 165 122 98 0 0.26 0.41 0.35 21.49 0.27 0.52
Hex A5 7A 62 0 1A 29 23 15 1B 34
Octal 245 172 142 0 32 51 43 25 33 64
Binary 10100101 1111010 1100010 0 11010 101001 100011 10101 11011 110100

Color Harmonies of #A57A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A62

Black with #A57A62

Text Example


Text Example

White with #A57A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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