Html Css Color HEX #A57B62 Medium Wood

📋 copy color: '#A57B62'

red 165 ◦ green 123 ◦ blue 98

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

Shades of Medium Wood #A57B62

Tints of Medium Wood #A57B62

RGB

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

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

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

R = 42.75%
G = 31.87%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A57B62 (or 0xA57B62) is known color: Medium Wood. HEX triplet: A5, 7B and 62. RGB value is (165,123,98). Sum of RGB (Red+Green+Blue) = 165+123+98=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B62 is #5A849D. Grayscale: #848484. Windows color (decimal): -5932190 or 6454181. OLE color: 6454181.

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

Color convert

RGB 165 123 98 -
CMYK 0 0.25 0.41 0.35
HSL 22.39º 0.27% 0.52% -
HSV(B) 22.39º 0.41% 0.65% -
XYZ 24.8 23.05 14.7 -
YUV 132.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 165 123 98 0 0.25 0.41 0.35 22.39 0.27 0.52
Hex A5 7B 62 0 19 29 23 16 1B 34
Octal 245 173 142 0 31 51 43 26 33 64
Binary 10100101 1111011 1100010 0 11001 101001 100011 10110 11011 110100

Color Harmonies of #A57B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57B62

Black with #A57B62

Text Example


Text Example

White with #A57B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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