Html Css Color HEX #A37B65 Medium Wood

📋 copy color: '#A37B65'

red 163 ◦ green 123 ◦ blue 101

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

Shades of Medium Wood #A37B65

Tints of Medium Wood #A37B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.1%

R = 42.12%
G = 31.78%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A37B65 (or 0xA37B65) is known color: Medium Wood. HEX triplet: A3, 7B and 65. RGB value is (163,123,101). Sum of RGB (Red+Green+Blue) = 163+123+101=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B65 is #5C849A. Grayscale: #848484. Windows color (decimal): -6063259 or 6650787. OLE color: 6650787.

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

Color convert

RGB 163 123 101 -
CMYK 0 0.25 0.38 0.36
HSL 21.29º 0.25% 0.52% -
HSV(B) 21.29º 0.38% 0.64% -
XYZ 24.54 22.89 15.44 -
YUV 132.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 163 123 101 0 0.25 0.38 0.36 21.29 0.25 0.52
Hex A3 7B 65 0 19 26 24 15 19 34
Octal 243 173 145 0 31 46 44 25 31 64
Binary 10100011 1111011 1100101 0 11001 100110 100100 10101 11001 110100

Color Harmonies of #A37B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B65

Black with #A37B65

Text Example


Text Example

White with #A37B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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