#A37A6B

Color #A37A6B Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #A37A6B

Tints of Hemp #A37A6B

Color information

#A37A6B (or 0xA37A6B) is unknown color: approx Hemp. HEX triplet: A3, 7A and 6B. RGB value is (163,122,107). Sum of RGB (Red+Green+Blue) = 163+122+107=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A6B is #5C8594. Grayscale: #848484. Windows color (decimal): -6063509 or 7043747. OLE color: 7043747.

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

Color convert

RGB163122107-
CMYK00.250.340.36
HSL16.07º23.33%52.94%-
HSV(B)16.07º34.36%63.92%-
XYZ24.7222.7717-
YUV132.55113.58149.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 122 (48.05% from 255) = 31.12%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=41.58%
G=31.12%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312210700.250.340.3616.0723.3352.94
HexA37A6B0192224101735
Octal2431721530314244202765
Binary10100011111101011010110110011000101001001000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A6B; }

 p { color: rgb(163,122,107); }

 H1.HeaderClassName
 {
   color: #A37A6B;
 }
 .AnyTagClassName
 {
   color: #A37A6B;
 }
</style>
background-color css

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

 a { background-color: rgb(163,122,107); }

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

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

 span { border-color: rgb(163,122,107); }

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