Html Css Color HEX #A37B60 Medium Wood

📋 copy color: '#A37B60'

red 163 ◦ green 123 ◦ blue 96

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

Shades of Medium Wood #A37B60

Tints of Medium Wood #A37B60

RGB

 RED value IS 163 (64.06% from 255) = 42.67%

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

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

R = 42.67%
G = 32.2%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A37B60 (or 0xA37B60) is known color: Medium Wood. HEX triplet: A3, 7B and 60. RGB value is (163,123,96). Sum of RGB (Red+Green+Blue) = 163+123+96=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B60 is #5C849F. Grayscale: #848484. Windows color (decimal): -6063264 or 6323107. OLE color: 6323107.

HSL color Cylindrical-coordinate representation of color #A37B60: hue angle of 24.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A37B60 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 123 96 -
CMYK 0 0.25 0.41 0.36
HSL 24.18º 0.27% 0.51% -
HSV(B) 24.18º 0.41% 0.64% -
XYZ 24.3 22.8 14.19 -
YUV 131.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 163 123 96 0 0.25 0.41 0.36 24.18 0.27 0.51
Hex A3 7B 60 0 19 29 24 18 1B 33
Octal 243 173 140 0 31 51 44 30 33 63
Binary 10100011 1111011 1100000 0 11001 101001 100100 11000 11011 110011

Color Harmonies of #A37B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B60

Black with #A37B60

Text Example


Text Example

White with #A37B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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