Html Css Color HEX #A37E6A Medium Wood

📋 copy color: '#A37E6A'

red 163 ◦ green 126 ◦ blue 106

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

Shades of Medium Wood #A37E6A

Tints of Medium Wood #A37E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

 BLUE value IS 106 (41.8% from 255) = 26.84%

R = 41.27%
G = 31.9%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A37E6A (or 0xA37E6A) is known color: Medium Wood. HEX triplet: A3, 7E and 6A. RGB value is (163,126,106). Sum of RGB (Red+Green+Blue) = 163+126+106=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E6A is #5C8195. Grayscale: #868686. Windows color (decimal): -6062486 or 6979235. OLE color: 6979235.

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

Color convert

RGB 163 126 106 -
CMYK 0 0.23 0.35 0.36
HSL 21.05º 0.24% 0.53% -
HSV(B) 21.05º 0.35% 0.64% -
XYZ 25.17 23.75 16.89 -
YUV 134.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 163 126 106 0 0.23 0.35 0.36 21.05 0.24 0.53
Hex A3 7E 6A 0 17 23 24 15 18 35
Octal 243 176 152 0 27 43 44 25 30 65
Binary 10100011 1111110 1101010 0 10111 100011 100100 10101 11000 110101

Color Harmonies of #A37E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37E6A

Black with #A37E6A

Text Example


Text Example

White with #A37E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37E6A; }

 p { color: rgb(163,126,106); }

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

background-color css

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

 a { background-color: rgb(163,126,106); }

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

border-color css

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

 span { border-color: rgb(163,126,106); }

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