Html Css Color HEX #A37C69 Medium Wood

📋 copy color: '#A37C69'

red 163 ◦ green 124 ◦ blue 105

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

Shades of Medium Wood #A37C69

Tints of Medium Wood #A37C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

 BLUE value IS 105 (41.41% from 255) = 26.79%

R = 41.58%
G = 31.63%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A37C69 (or 0xA37C69) is known color: Medium Wood. HEX triplet: A3, 7C and 69. RGB value is (163,124,105). Sum of RGB (Red+Green+Blue) = 163+124+105=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37C69 is #5C8396. Grayscale: #858585. Windows color (decimal): -6062999 or 6913187. OLE color: 6913187.

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

Color convert

RGB 163 124 105 -
CMYK 0 0.24 0.36 0.36
HSL 19.66º 0.24% 0.53% -
HSV(B) 19.66º 0.36% 0.64% -
XYZ 24.86 23.22 16.54 -
YUV 133.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 163 124 105 0 0.24 0.36 0.36 19.66 0.24 0.53
Hex A3 7C 69 0 18 24 24 14 18 35
Octal 243 174 151 0 30 44 44 24 30 65
Binary 10100011 1111100 1101001 0 11000 100100 100100 10100 11000 110101

Color Harmonies of #A37C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C69

Black with #A37C69

Text Example


Text Example

White with #A37C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C69; }

 p { color: rgb(163,124,105); }

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

background-color css

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

 a { background-color: rgb(163,124,105); }

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

border-color css

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

 span { border-color: rgb(163,124,105); }

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